#3C006C

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

Shades of Indigo #3C006C

Tints of Indigo #3C006C

Color information

#3C006C (or 0x3C006C) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 6C. RGB value is (60,0,108). Sum of RGB (Red+Green+Blue) = 60+0+108=168 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.71% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 108 (42.58% from 255 or 64.29% from 168); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C006C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C006C is #C3FF93. Grayscale: #1D1D1D. Windows color (decimal): -12844948 or 7077948. OLE color: 7077948.

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

Color convert

RGB600108-
CMYK0.44100.58
HSL273.33º100%21.18%-
HSV(B)273.33º100%42.35%-
XYZ4.572.0414.34-
YUV30.25171.88149.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 64.29%
R=35.71%
G=0%
B=64.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6001080.44100.58273.3310021.18
Hex3C06C2C6403A1116415
Octal7401545414407242114425
Binary1111000110110010110011001000111010100010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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