Html Css Color HEX #4801AE Indigo

📋 copy color: '#4801AE'

red 72 ◦ green 1 ◦ blue 174

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

Shades of Indigo #4801AE

Tints of Indigo #4801AE

RGB

 RED value IS 72 (28.52% from 255) = 29.15%

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

 BLUE value IS 174 (68.36% from 255) = 70.45%

R = 29.15%
G = 0.4%
B = 70.45%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4801AE (or 0x4801AE) is known color: Indigo. HEX triplet: 48, 01 and AE. RGB value is (72,1,174). Sum of RGB (Red+Green+Blue) = 72+1+174=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #4801AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4801AE is #B7FE51. Grayscale: #292929. Windows color (decimal): -12058194 or 11403592. OLE color: 11403592.

HSL color Cylindrical-coordinate representation of color #4801AE: hue angle of 264.62º 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 #4801AE is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 1 174 -
CMYK 0.59 0.99 0 0.32
HSL 264.62º 0.99% 0.34% -
HSV(B) 264.62º 0.99% 0.68% -
XYZ 10.32 4.46 40.36 -
YUV 41.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 72 1 174 0.59 0.99 0 0.32 264.62 0.99 0.34
Hex 48 1 AE 3B 63 0 20 109 63 22
Octal 110 1 256 73 143 0 40 411 143 42
Binary 1001000 1 10101110 111011 1100011 0 100000 100001001 1100011 100010

Color Harmonies of #4801AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4801AE

Black with #4801AE

Text Example


Text Example

White with #4801AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4801AE; }

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

 H1.HeaderClassName
 {
   color: #4801AE;
 }
 .AnyTagClassName
 {
   color: #4801AE;
 }
</style>

background-color css

<style>
 a { background-color: #4801AE; }

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

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

border-color css

<style>
 span { border-color: #4801AE; }

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

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