#3C0679

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

Shades of Indigo #3C0679

Tints of Indigo #3C0679

Color information

#3C0679 (or 0x3C0679) is unknown color: approx Indigo. HEX triplet: 3C, 06 and 79. RGB value is (60,6,121). Sum of RGB (Red+Green+Blue) = 60+6+121=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C0679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0679 is #C3F986. Grayscale: #222222. Windows color (decimal): -12843399 or 7931452. OLE color: 7931452.

HSL color Cylindrical-coordinate representation of color #3C0679: hue angle of 268.17º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C0679 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB606121-
CMYK0.500.9500.53
HSL268.17º90.55%24.9%-
HSV(B)268.17º95.04%47.45%-
XYZ5.382.4718.28-
YUV35.26176.39145.65-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.09%
GREEN value IS 6 (2.73% from 255) = 3.21%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=32.09%
G=3.21%
B=64.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6061210.500.9500.53268.1790.5524.9
Hex3C679325F03510c5b19
Octal7461716213706541413331
Binary111100110111100111001010111110110101100001100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,6,121); }

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

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

 a { background-color: rgb(60,6,121); }

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

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

 span { border-color: rgb(60,6,121); }

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