Html Css Color HEX #4800AB Indigo

📋 copy color: '#4800AB'

red 72 ◦ green 0 ◦ blue 171

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

Shades of Indigo #4800AB

Tints of Indigo #4800AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.37%

R = 29.63%
G = 0%
B = 70.37%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4800AB (or 0x4800AB) is known color: Indigo. HEX triplet: 48, 00 and AB. RGB value is (72,0,171). Sum of RGB (Red+Green+Blue) = 72+0+171=243 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.63% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #4800AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4800AB is #B7FF54. Grayscale: #282828. Windows color (decimal): -12058453 or 11206728. OLE color: 11206728.

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

Color convert

RGB 72 0 171 -
CMYK 0.58 1 0 0.33
HSL 265.26º 1% 0.34% -
HSV(B) 265.26º 1% 0.67% -
XYZ 10.02 4.32 38.83 -
YUV 41.02 201.35 150.1 -
System Red Green Blue C M Y K H S L
Decimal 72 0 171 0.58 1 0 0.33 265.26 1 0.34
Hex 48 0 AB 3A 64 0 21 109 64 22
Octal 110 0 253 72 144 0 41 411 144 42
Binary 1001000 0 10101011 111010 1100100 0 100001 100001001 1100100 100010

Color Harmonies of #4800AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800AB

Black with #4800AB

Text Example


Text Example

White with #4800AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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