#3C0060

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

Shades of Indigo #3C0060

Tints of Indigo #3C0060

Color information

#3C0060 (or 0x3C0060) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 60. RGB value is (60,0,96). Sum of RGB (Red+Green+Blue) = 60+0+96=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C0060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0060 is #C3FF9F. Grayscale: #1C1C1C. Windows color (decimal): -12844960 or 6291516. OLE color: 6291516.

HSL color Cylindrical-coordinate representation of color #3C0060: hue angle of 277.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0060 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB60096-
CMYK0.38100.62
HSL277.5º100%18.82%-
HSV(B)277.5º100%37.65%-
XYZ3.971.8111.21-
YUV28.88165.88150.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 61.54%
R=38.46%
G=0%
B=61.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal600960.38100.62277.510018.82
Hex3C060266403E1166413
Octal7401404614407642614423
Binary1111000110000010011011001000111110100010110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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