#3C048C

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

Shades of Indigo #3C048C

Tints of Indigo #3C048C

Color information

#3C048C (or 0x3C048C) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 8C. RGB value is (60,4,140). Sum of RGB (Red+Green+Blue) = 60+4+140=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 140 (55.08% from 255 or 68.63% from 204); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C048C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C048C is #C3FB73. Grayscale: #232323. Windows color (decimal): -12843892 or 9176124. OLE color: 9176124.

HSL color Cylindrical-coordinate representation of color #3C048C: hue angle of 264.71º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C048C is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB604140-
CMYK0.570.9700.45
HSL264.71º94.44%28.24%-
HSV(B)264.71º97.14%54.9%-
XYZ6.642.9425.03-
YUV36.25186.55144.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.41%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 140 (55.08% from 255) = 68.63%
R=29.41%
G=1.96%
B=68.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6041400.570.9700.45264.7194.4428.24
Hex3C48C396102D1095e1c
Octal7442147114105541113634
Binary1111001001000110011100111000010101101100001001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C048C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,4,140); }

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

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

 a { background-color: rgb(60,4,140); }

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

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

 span { border-color: rgb(60,4,140); }

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