#3E02B6

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

Shades of Indigo #3E02B6

Tints of Indigo #3E02B6

Color information

#3E02B6 (or 0x3E02B6) is unknown color: approx Indigo. HEX triplet: 3E, 02 and B6. RGB value is (62,2,182). Sum of RGB (Red+Green+Blue) = 62+2+182=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 182 (71.48% from 255 or 73.98% from 246); Max value from RGB is 182 - color contains mainly: blue. Hex color #3E02B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02B6 is #C1FD49. Grayscale: #272727. Windows color (decimal): -12713290 or 11928126. OLE color: 11928126.

HSL color Cylindrical-coordinate representation of color #3E02B6: hue angle of 260º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02B6 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB622182-
CMYK0.660.9900.29
HSL260º97.83%36.08%-
HSV(B)260º98.9%71.37%-
XYZ10.454.4444.56-
YUV40.46207.88143.36-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 182 (71.48% from 255) = 73.98%
R=25.20%
G=0.81%
B=73.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6221820.660.9900.2926097.8336.08
Hex3E2B6426301D1046224
Octal76226610214303540414244
Binary1111101010110110100001011000110111011000001001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E02B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,182); }

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

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

 a { background-color: rgb(62,2,182); }

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

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

 span { border-color: rgb(62,2,182); }

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