#3b20ff

Color #3B20FF Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3B20FF

Tints of Han Purple #3B20FF

Color information

#3B20FF (or 0x3B20FF) is unknown color: approx Han Purple. HEX triplet: 3B, 20 and FF. RGB value is (59,32,255). Sum of RGB (Red+Green+Blue) = 59+32+255=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #3B20FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B20FF is #C4DF00. Grayscale: #404040. Windows color (decimal): -12902145 or 16719931. OLE color: 16719931.

HSL color Cylindrical-coordinate representation of color #3B20FF: hue angle of 247.26º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B20FF is Cyan = 0.77, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5932255-
CMYK0.770.8700
HSL247.26º100%56.27%-
HSV(B)247.26º87.45%100%-
XYZ20.379.1895.31-
YUV65.5234.95123.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 32 (12.89% from 255) = 9.25%
BLUE value IS 255 (100% from 255) = 73.70%
R=17.05%
G=9.25%
B=73.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal59322550.770.8700247.2610056.27
Hex3B20FF4D5700f76438
Octal73403771151270036714470
Binary111011100000111111111001101101011100111101111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b20ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3b20ff; }

 p { color: rgb(59,32,255); }

 H1.HeaderClassName
 {
   color: #3b20ff;
 }
 .AnyTagClassName
 {
   color: #3b20ff;
 }
</style>
background-color css

<style>
 a { background-color: #3b20ff; }

 a { background-color: rgb(59,32,255); }

 div.DivClassName
 {
   background-color: #3b20ff;
 }
 .BgClassName
 {
   background-color: #3b20ff;
 }
</style>
border-color css

<style>
 span { border-color: #3b20ff; }

 span { border-color: rgb(59,32,255); }

 td.TdClassName
 {
   border-color: #3b20ff;
 }
 .TagClassName
 {
   border-color: #3b20ff;
 }
</style>

cancel