#45089A

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

Shades of Indigo #45089A

Tints of Indigo #45089A

Color information

#45089A (or 0x45089A) is unknown color: approx Indigo. HEX triplet: 45, 08 and 9A. RGB value is (69,8,154). Sum of RGB (Red+Green+Blue) = 69+8+154=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #45089A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45089A is #BAF765. Grayscale: #2A2A2A. Windows color (decimal): -12253030 or 10094661. OLE color: 10094661.

HSL color Cylindrical-coordinate representation of color #45089A: hue angle of 265.07º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45089A is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB698154-
CMYK0.550.9500.40
HSL265.07º90.12%31.76%-
HSV(B)265.07º94.81%60.39%-
XYZ8.373.7730.86-
YUV42.88190.71146.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 154 (60.55% from 255) = 66.67%
R=29.87%
G=3.46%
B=66.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6981540.550.9500.40265.0790.1231.76
Hex4589A375F0281095a20
Octal105102326713705041113240
Binary1000101100010011010110111101111101010001000010011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45089A; }

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

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

<style>
 a { background-color: #45089A; }

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

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

<style>
 span { border-color: #45089A; }

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

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