#450F88

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

Shades of Indigo #450F88

Tints of Indigo #450F88

Color information

#450F88 (or 0x450F88) is unknown color: approx Indigo. HEX triplet: 45, 0F and 88. RGB value is (69,15,136). Sum of RGB (Red+Green+Blue) = 69+15+136=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 136 (53.52% from 255 or 61.82% from 220); Max value from RGB is 136 - color contains mainly: blue. Hex color #450F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450F88 is #BAF077. Grayscale: #2C2C2C. Windows color (decimal): -12251256 or 8916805. OLE color: 8916805.

HSL color Cylindrical-coordinate representation of color #450F88: hue angle of 266.78º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450F88 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6915136-
CMYK0.490.8900.47
HSL266.78º80.13%29.61%-
HSV(B)266.78º88.97%53.33%-
XYZ7.073.3823.57-
YUV44.94179.39145.16-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 136 (53.52% from 255) = 61.82%
R=31.36%
G=6.82%
B=61.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69151360.490.8900.47266.7880.1329.61
Hex45F88315902F10b501e
Octal105172106113105741312036
Binary100010111111000100011000110110010101111100001011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450F88; }

 p { color: rgb(69,15,136); }

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

<style>
 a { background-color: #450F88; }

 a { background-color: rgb(69,15,136); }

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

<style>
 span { border-color: #450F88; }

 span { border-color: rgb(69,15,136); }

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