#4508AA

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

Shades of Indigo #4508AA

Tints of Indigo #4508AA

Color information

#4508AA (or 0x4508AA) is unknown color: approx Indigo. HEX triplet: 45, 08 and AA. RGB value is (69,8,170). Sum of RGB (Red+Green+Blue) = 69+8+170=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 170 (66.80% from 255 or 68.83% from 247); Max value from RGB is 170 - color contains mainly: blue. Hex color #4508AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4508AA is #BAF755. Grayscale: #2C2C2C. Windows color (decimal): -12253014 or 11143237. OLE color: 11143237.

HSL color Cylindrical-coordinate representation of color #4508AA: hue angle of 262.59º degrees, saturation: 0.91, 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 #4508AA is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB698170-
CMYK0.590.9500.33
HSL262.59º91.01%34.9%-
HSV(B)262.59º95.29%66.67%-
XYZ9.84.3438.35-
YUV44.71198.71145.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 8 (3.52% from 255) = 3.24%
BLUE value IS 170 (66.80% from 255) = 68.83%
R=27.94%
G=3.24%
B=68.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6981700.590.9500.33262.5991.0134.9
Hex458AA3B5F0211075b23
Octal105102527313704140713343
Binary1000101100010101010111011101111101000011000001111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4508AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4508AA; }

 p { color: rgb(69,8,170); }

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

<style>
 a { background-color: #4508AA; }

 a { background-color: rgb(69,8,170); }

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

<style>
 span { border-color: #4508AA; }

 span { border-color: rgb(69,8,170); }

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