#3F0CAC

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

Shades of Indigo #3F0CAC

Tints of Indigo #3F0CAC

Color information

#3F0CAC (or 0x3F0CAC) is unknown color: approx Indigo. HEX triplet: 3F, 0C and AC. RGB value is (63,12,172). Sum of RGB (Red+Green+Blue) = 63+12+172=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 172 (67.58% from 255 or 69.64% from 247); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F0CAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0CAC is #C0F353. Grayscale: #2C2C2C. Windows color (decimal): -12645204 or 11275327. OLE color: 11275327.

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

Color convert

RGB6312172-
CMYK0.630.9300.33
HSL259.12º86.96%36.08%-
HSV(B)259.12º93.02%67.45%-
XYZ9.634.339.35-
YUV45.49199.4140.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 12 (5.08% from 255) = 4.86%
BLUE value IS 172 (67.58% from 255) = 69.64%
R=25.51%
G=4.86%
B=69.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63121720.630.9300.33259.1286.9636.08
Hex3FCAC3F5D0211035724
Octal77142547713504140312744
Binary111111110010101100111111101110101000011000000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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