Html Css Color HEX #4800AE Indigo

📋 copy color: '#4800AE'

red 72 ◦ green 0 ◦ blue 174

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

Shades of Indigo #4800AE

Tints of Indigo #4800AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.27%
G = 0%
B = 70.73%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4800AE (or 0x4800AE) is known color: Indigo. HEX triplet: 48, 00 and AE. RGB value is (72,0,174). Sum of RGB (Red+Green+Blue) = 72+0+174=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #4800AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4800AE is #B7FF51. Grayscale: #282828. Windows color (decimal): -12058450 or 11403336. OLE color: 11403336.

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

Color convert

RGB 72 0 174 -
CMYK 0.59 1 0 0.32
HSL 264.83º 1% 0.34% -
HSV(B) 264.83º 1% 0.68% -
XYZ 10.31 4.43 40.36 -
YUV 41.36 202.85 149.85 -
System Red Green Blue C M Y K H S L
Decimal 72 0 174 0.59 1 0 0.32 264.83 1 0.34
Hex 48 0 AE 3B 64 0 20 109 64 22
Octal 110 0 256 73 144 0 40 411 144 42
Binary 1001000 0 10101110 111011 1100100 0 100000 100001001 1100100 100010

Color Harmonies of #4800AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800AE

Black with #4800AE

Text Example


Text Example

White with #4800AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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