#3C0072

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

Shades of Indigo #3C0072

Tints of Indigo #3C0072

Color information

#3C0072 (or 0x3C0072) is unknown color: approx Indigo. HEX triplet: 3C, 00 and 72. RGB value is (60,0,114). Sum of RGB (Red+Green+Blue) = 60+0+114=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0072 is #C3FF8D. Grayscale: #1E1E1E. Windows color (decimal): -12844942 or 7471164. OLE color: 7471164.

HSL color Cylindrical-coordinate representation of color #3C0072: hue angle of 271.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0072 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB600114-
CMYK0.47100.55
HSL271.58º100%22.35%-
HSV(B)271.58º100%44.71%-
XYZ4.92.1816.08-
YUV30.94174.88148.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 65.52%
R=34.48%
G=0%
B=65.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6001140.47100.55271.5810022.35
Hex3C0722F640371106416
Octal7401625714406742014426
Binary1111000111001010111111001000110111100010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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