Html Css Color HEX #4C01AA Indigo

📋 copy color: '#4C01AA'

red 76 ◦ green 1 ◦ blue 170

#4C01AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4C01AA

Tints of Indigo #4C01AA

RGB

 RED value IS 76 (30.08% from 255) = 30.77%

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 170 (66.8% from 255) = 68.83%

R = 30.77%
G = 0.4%
B = 68.83%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C01AA (or 0x4C01AA) is known color: Indigo. HEX triplet: 4C, 01 and AA. RGB value is (76,1,170). Sum of RGB (Red+Green+Blue) = 76+1+170=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C01AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C01AA is #B3FE55. Grayscale: #2A2A2A. Windows color (decimal): -11796054 or 11141452. OLE color: 11141452.

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

Color convert

RGB 76 1 170 -
CMYK 0.55 0.99 0 0.33
HSL 266.63º 0.99% 0.34% -
HSV(B) 266.63º 0.99% 0.67% -
XYZ 10.25 4.46 38.35 -
YUV 42.69 199.85 151.76 -
System Red Green Blue C M Y K H S L
Decimal 76 1 170 0.55 0.99 0 0.33 266.63 0.99 0.34
Hex 4C 1 AA 37 63 0 21 10B 63 22
Octal 114 1 252 67 143 0 41 413 143 42
Binary 1001100 1 10101010 110111 1100011 0 100001 100001011 1100011 100010

Color Harmonies of #4C01AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C01AA

Black with #4C01AA

Text Example


Text Example

White with #4C01AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C01AA;
 }
 .AnyTagClassName
 {
   color: #4C01AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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