#3C066C

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

Shades of Indigo #3C066C

Tints of Indigo #3C066C

Color information

#3C066C (or 0x3C066C) is unknown color: approx Indigo. HEX triplet: 3C, 06 and 6C. RGB value is (60,6,108). Sum of RGB (Red+Green+Blue) = 60+6+108=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C066C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C066C is #C3F993. Grayscale: #212121. Windows color (decimal): -12843412 or 7079484. OLE color: 7079484.

HSL color Cylindrical-coordinate representation of color #3C066C: hue angle of 271.76º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C066C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB606108-
CMYK0.440.9400.58
HSL271.76º89.47%22.35%-
HSV(B)271.76º94.44%42.35%-
XYZ4.642.1714.36-
YUV33.77169.89146.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 6 (2.73% from 255) = 3.45%
BLUE value IS 108 (42.58% from 255) = 62.07%
R=34.48%
G=3.45%
B=62.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6061080.440.9400.58271.7689.4722.35
Hex3C66C2C5E03A1105916
Octal7461545413607242013126
Binary111100110110110010110010111100111010100010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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