#4C05A2

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

Shades of Indigo #4C05A2

Tints of Indigo #4C05A2

Color information

#4C05A2 (or 0x4C05A2) is unknown color: approx Indigo. HEX triplet: 4C, 05 and A2. RGB value is (76,5,162). Sum of RGB (Red+Green+Blue) = 76+5+162=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 162 (63.67% from 255 or 66.67% from 243); Max value from RGB is 162 - color contains mainly: blue. Hex color #4C05A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C05A2 is #B3FA5D. Grayscale: #2B2B2B. Windows color (decimal): -11795038 or 10618188. OLE color: 10618188.

HSL color Cylindrical-coordinate representation of color #4C05A2: hue angle of 267.13º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C05A2 is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB765162-
CMYK0.530.9700.36
HSL267.13º94.01%32.75%-
HSV(B)267.13º96.91%63.53%-
XYZ9.564.2534.5-
YUV44.13194.52150.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 5 (2.34% from 255) = 2.06%
BLUE value IS 162 (63.67% from 255) = 66.67%
R=31.28%
G=2.06%
B=66.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7651620.530.9700.36267.1394.0132.75
Hex4C5A2356102410b5e21
Octal11452426514104441313641
Binary100110010110100010110101110000101001001000010111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C05A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C05A2; }

 p { color: rgb(76,5,162); }

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

<style>
 a { background-color: #4C05A2; }

 a { background-color: rgb(76,5,162); }

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

<style>
 span { border-color: #4C05A2; }

 span { border-color: rgb(76,5,162); }

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