#4809AF

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

Shades of Indigo #4809AF

Tints of Indigo #4809AF

Color information

#4809AF (or 0x4809AF) is unknown color: approx Indigo. HEX triplet: 48, 09 and AF. RGB value is (72,9,175). Sum of RGB (Red+Green+Blue) = 72+9+175=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #4809AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4809AF is #B7F650. Grayscale: #2E2E2E. Windows color (decimal): -12056145 or 11471176. OLE color: 11471176.

HSL color Cylindrical-coordinate representation of color #4809AF: hue angle of 262.77º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4809AF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB729175-
CMYK0.590.9500.31
HSL262.77º90.22%36.08%-
HSV(B)262.77º94.86%68.63%-
XYZ10.514.6740.9-
YUV46.76200.37146-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 175 (68.75% from 255) = 68.36%
R=28.12%
G=3.52%
B=68.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal7291750.590.9500.31262.7790.2236.08
Hex489AF3B5F01F1075a24
Octal110112577313703740713244
Binary100100010011010111111101110111110111111000001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4809AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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