#3F0CA8

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

Shades of Indigo #3F0CA8

Tints of Indigo #3F0CA8

Color information

#3F0CA8 (or 0x3F0CA8) is unknown color: approx Indigo. HEX triplet: 3F, 0C and A8. RGB value is (63,12,168). Sum of RGB (Red+Green+Blue) = 63+12+168=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 168 (66.02% from 255 or 69.14% from 243); Max value from RGB is 168 - color contains mainly: blue. Hex color #3F0CA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0CA8 is #C0F357. Grayscale: #2C2C2C. Windows color (decimal): -12645208 or 11013183. OLE color: 11013183.

HSL color Cylindrical-coordinate representation of color #3F0CA8: hue angle of 259.62º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F0CA8 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6312168-
CMYK0.630.9300.34
HSL259.62º86.67%35.29%-
HSV(B)259.62º92.86%65.88%-
XYZ9.254.1537.36-
YUV45.03197.4140.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 168 (66.02% from 255) = 69.14%
R=25.93%
G=4.94%
B=69.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal63121680.630.9300.34259.6286.6735.29
Hex3FCA83F5D0221045723
Octal77142507713504240412743
Binary111111110010101000111111101110101000101000001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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