#3F029B

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

Shades of Indigo #3F029B

Tints of Indigo #3F029B

Color information

#3F029B (or 0x3F029B) is unknown color: approx Indigo. HEX triplet: 3F, 02 and 9B. RGB value is (63,2,155). Sum of RGB (Red+Green+Blue) = 63+2+155=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 155 (60.94% from 255 or 70.45% from 220); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F029B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F029B is #C0FD64. Grayscale: #252525. Windows color (decimal): -12647781 or 10158655. OLE color: 10158655.

HSL color Cylindrical-coordinate representation of color #3F029B: hue angle of 263.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F029B is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB632155-
CMYK0.590.9900.39
HSL263.92º97.45%30.78%-
HSV(B)263.92º98.71%60.78%-
XYZ7.993.4731.26-
YUV37.68194.21146.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.64%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 155 (60.94% from 255) = 70.45%
R=28.64%
G=0.91%
B=70.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6321550.590.9900.39263.9297.4530.78
Hex3F29B3B63027108611f
Octal7722337314304741014137
Binary111111101001101111101111000110100111100001000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,155); }

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

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

 a { background-color: rgb(63,2,155); }

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

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

 span { border-color: rgb(63,2,155); }

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