#45029E

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

Shades of Indigo #45029E

Tints of Indigo #45029E

Color information

#45029E (or 0x45029E) is unknown color: approx Indigo. HEX triplet: 45, 02 and 9E. RGB value is (69,2,158). Sum of RGB (Red+Green+Blue) = 69+2+158=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #45029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45029E is #BAFD61. Grayscale: #272727. Windows color (decimal): -12254562 or 10355269. OLE color: 10355269.

HSL color Cylindrical-coordinate representation of color #45029E: hue angle of 265.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45029E is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB692158-
CMYK0.560.9900.38
HSL265.77º97.5%31.37%-
HSV(B)265.77º98.73%61.96%-
XYZ8.653.7832.62-
YUV39.82194.7148.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=30.13%
G=0.87%
B=69.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6921580.560.9900.38265.7797.531.37
Hex4529E386302610a621f
Octal10522367014304641214237
Binary1000101101001111011100011000110100110100001010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45029E; }

 p { color: rgb(69,2,158); }

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

<style>
 a { background-color: #45029E; }

 a { background-color: rgb(69,2,158); }

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

<style>
 span { border-color: #45029E; }

 span { border-color: rgb(69,2,158); }

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