#4C01AE

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

Shades of Indigo #4C01AE

Tints of Indigo #4C01AE

Color information

#4C01AE (or 0x4C01AE) is unknown color: approx Indigo. HEX triplet: 4C, 01 and AE. RGB value is (76,1,174). Sum of RGB (Red+Green+Blue) = 76+1+174=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 174 (68.36% from 255 or 69.32% from 251); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C01AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C01AE is #B3FE51. Grayscale: #2A2A2A. Windows color (decimal): -11796050 or 11403596. OLE color: 11403596.

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

Color convert

RGB761174-
CMYK0.560.9900.32
HSL266.01º98.86%34.31%-
HSV(B)266.01º99.43%68.24%-
XYZ10.634.6140.37-
YUV43.15201.85151.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 174 (68.36% from 255) = 69.32%
R=30.28%
G=0.40%
B=69.32%

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
Decimal7611740.560.9900.32266.0198.8634.31
Hex4C1AE386302010a6322
Octal11412567014304041214342
Binary1001100110101110111000110001101000001000010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C01AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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