#4C02AE

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

Shades of Indigo #4C02AE

Tints of Indigo #4C02AE

Color information

#4C02AE (or 0x4C02AE) is unknown color: approx Indigo. HEX triplet: 4C, 02 and AE. RGB value is (76,2,174). Sum of RGB (Red+Green+Blue) = 76+2+174=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 174 (68.36% from 255 or 69.05% from 252); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C02AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C02AE is #B3FD51. Grayscale: #2B2B2B. Windows color (decimal): -11795794 or 11403852. OLE color: 11403852.

HSL color Cylindrical-coordinate representation of color #4C02AE: hue angle of 265.81º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C02AE is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB762174-
CMYK0.560.9900.32
HSL265.81º97.73%34.51%-
HSV(B)265.81º98.85%68.24%-
XYZ10.644.6440.38-
YUV43.73201.52151.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 174 (68.36% from 255) = 69.05%
R=30.16%
G=0.79%
B=69.05%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7621740.560.9900.32265.8197.7334.51
Hex4C2AE386302010a6223
Octal11422567014304041214243
Binary10011001010101110111000110001101000001000010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C02AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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