#45097F

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

Shades of Indigo #45097F

Tints of Indigo #45097F

Color information

#45097F (or 0x45097F) is unknown color: approx Indigo. HEX triplet: 45, 09 and 7F. RGB value is (69,9,127). Sum of RGB (Red+Green+Blue) = 69+9+127=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #45097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45097F is #BAF680. Grayscale: #272727. Windows color (decimal): -12252801 or 8325445. OLE color: 8325445.

HSL color Cylindrical-coordinate representation of color #45097F: hue angle of 270.51º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45097F is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB699127-
CMYK0.460.9300.50
HSL270.51º86.76%26.67%-
HSV(B)270.51º92.91%49.8%-
XYZ6.382.9920.32-
YUV40.39176.88148.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 9 (3.91% from 255) = 4.39%
BLUE value IS 127 (50% from 255) = 61.95%
R=33.66%
G=4.39%
B=61.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6991270.460.9300.50270.5186.7626.67
Hex4597F2E5D03210f571b
Octal105111775613506241712733
Binary10001011001111111110111010111010110010100001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45097F; }

 p { color: rgb(69,9,127); }

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

<style>
 a { background-color: #45097F; }

 a { background-color: rgb(69,9,127); }

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

<style>
 span { border-color: #45097F; }

 span { border-color: rgb(69,9,127); }

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