#4809AB

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

Shades of Indigo #4809AB

Tints of Indigo #4809AB

Color information

#4809AB (or 0x4809AB) is unknown color: approx Indigo. HEX triplet: 48, 09 and AB. RGB value is (72,9,171). Sum of RGB (Red+Green+Blue) = 72+9+171=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #4809AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4809AB is #B7F654. Grayscale: #2D2D2D. Windows color (decimal): -12056149 or 11209032. OLE color: 11209032.

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

Color convert

RGB729171-
CMYK0.580.9500.33
HSL263.33º90%35.29%-
HSV(B)263.33º94.74%67.06%-
XYZ10.124.5138.87-
YUV46.3198.37146.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.57%
GREEN value IS 9 (3.91% from 255) = 3.57%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=28.57%
G=3.57%
B=67.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7291710.580.9500.33263.339035.29
Hex489AB3A5F0211075a23
Octal110112537213704140713243
Binary1001000100110101011111010101111101000011000001111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4809AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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