#4C02A8

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

Shades of Indigo #4C02A8

Tints of Indigo #4C02A8

Color information

#4C02A8 (or 0x4C02A8) is unknown color: approx Indigo. HEX triplet: 4C, 02 and A8. RGB value is (76,2,168). Sum of RGB (Red+Green+Blue) = 76+2+168=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 168 (66.02% from 255 or 68.29% from 246); Max value from RGB is 168 - color contains mainly: blue. Hex color #4C02A8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C02A8 is #B3FD57. Grayscale: #2A2A2A. Windows color (decimal): -11795800 or 11010636. OLE color: 11010636.

HSL color Cylindrical-coordinate representation of color #4C02A8: hue angle of 266.75º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02A8 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB762168-
CMYK0.550.9900.34
HSL266.75º97.65%33.33%-
HSV(B)266.75º98.81%65.88%-
XYZ10.074.4137.37-
YUV43.05198.52151.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 168 (66.02% from 255) = 68.29%
R=30.89%
G=0.81%
B=68.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7621680.550.9900.34266.7597.6533.33
Hex4C2A8376302210b6221
Octal11422506714304241314241
Binary10011001010101000110111110001101000101000010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C02A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,2,168); }

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

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

 a { background-color: rgb(76,2,168); }

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

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

 span { border-color: rgb(76,2,168); }

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