#45059E

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

Shades of Indigo #45059E

Tints of Indigo #45059E

Color information

#45059E (or 0x45059E) is unknown color: approx Indigo. HEX triplet: 45, 05 and 9E. RGB value is (69,5,158). Sum of RGB (Red+Green+Blue) = 69+5+158=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #45059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45059E is #BAFA61. Grayscale: #292929. Windows color (decimal): -12253794 or 10356037. OLE color: 10356037.

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

Color convert

RGB695158-
CMYK0.560.9700.38
HSL265.1º93.87%31.96%-
HSV(B)265.1º96.84%61.96%-
XYZ8.683.8432.63-
YUV41.58193.7147.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=29.74%
G=2.16%
B=68.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6951580.560.9700.38265.193.8731.96
Hex4559E38610261095e20
Octal10552367014104641113640
Binary100010110110011110111000110000101001101000010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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