#3F03B5

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

Shades of Indigo #3F03B5

Tints of Indigo #3F03B5

Color information

#3F03B5 (or 0x3F03B5) is unknown color: approx Indigo. HEX triplet: 3F, 03 and B5. RGB value is (63,3,181). Sum of RGB (Red+Green+Blue) = 63+3+181=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 181 (71.09% from 255 or 73.28% from 247); Max value from RGB is 181 - color contains mainly: blue. Hex color #3F03B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F03B5 is #C0FC4A. Grayscale: #282828. Windows color (decimal): -12647499 or 11862847. OLE color: 11862847.

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

Color convert

RGB633181-
CMYK0.650.9800.29
HSL260.22º96.74%36.08%-
HSV(B)260.22º98.34%70.98%-
XYZ10.424.4644.03-
YUV41.23206.88143.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 181 (71.09% from 255) = 73.28%
R=25.51%
G=1.21%
B=73.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6331810.650.9800.29260.2296.7436.08
Hex3F3B5416201D1046124
Octal77326510114203540414144
Binary1111111110110101100000111000100111011000001001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F03B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,181); }

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

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

 a { background-color: rgb(63,3,181); }

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

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

 span { border-color: rgb(63,3,181); }

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