#45059C

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

Shades of Indigo #45059C

Tints of Indigo #45059C

Color information

#45059C (or 0x45059C) is unknown color: approx Indigo. HEX triplet: 45, 05 and 9C. RGB value is (69,5,156). Sum of RGB (Red+Green+Blue) = 69+5+156=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #45059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45059C is #BAFA63. Grayscale: #282828. Windows color (decimal): -12253796 or 10224965. OLE color: 10224965.

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

Color convert

RGB695156-
CMYK0.560.9700.39
HSL265.43º93.79%31.57%-
HSV(B)265.43º96.79%61.18%-
XYZ8.513.7731.73-
YUV41.35192.7147.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 156 (61.33% from 255) = 67.83%
R=30%
G=2.17%
B=67.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6951560.560.9700.39265.4393.7931.57
Hex4559C38610271095e20
Octal10552347014104741113640
Binary100010110110011100111000110000101001111000010011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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