#450C88

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

Shades of Indigo #450C88

Tints of Indigo #450C88

Color information

#450C88 (or 0x450C88) is unknown color: approx Indigo. HEX triplet: 45, 0C and 88. RGB value is (69,12,136). Sum of RGB (Red+Green+Blue) = 69+12+136=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #450C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450C88 is #BAF377. Grayscale: #2A2A2A. Windows color (decimal): -12252024 or 8916037. OLE color: 8916037.

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

Color convert

RGB6912136-
CMYK0.490.9100.47
HSL267.58º83.78%29.02%-
HSV(B)267.58º91.18%53.33%-
XYZ7.033.3123.56-
YUV43.18180.38146.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.80%
GREEN value IS 12 (5.08% from 255) = 5.53%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=31.80%
G=5.53%
B=62.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69121360.490.9100.47267.5883.7829.02
Hex45C88315B02F10c541d
Octal105142106113305741412435
Binary100010111001000100011000110110110101111100001100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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