#3F0C9D

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

Shades of Indigo #3F0C9D

Tints of Indigo #3F0C9D

Color information

#3F0C9D (or 0x3F0C9D) is unknown color: approx Indigo. HEX triplet: 3F, 0C and 9D. RGB value is (63,12,157). Sum of RGB (Red+Green+Blue) = 63+12+157=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F0C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0C9D is #C0F362. Grayscale: #2B2B2B. Windows color (decimal): -12645219 or 10292287. OLE color: 10292287.

HSL color Cylindrical-coordinate representation of color #3F0C9D: hue angle of 261.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F0C9D is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6312157-
CMYK0.600.9200.38
HSL261.1º85.8%33.14%-
HSV(B)261.1º92.36%61.57%-
XYZ8.273.7532.19-
YUV43.78191.9141.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.16%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 157 (61.72% from 255) = 67.67%
R=27.16%
G=5.17%
B=67.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63121570.600.9200.38261.185.833.14
Hex3FC9D3C5C0261055621
Octal77142357413404640512641
Binary111111110010011101111100101110001001101000001011010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,12,157); }

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

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

 a { background-color: rgb(63,12,157); }

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

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

 span { border-color: rgb(63,12,157); }

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