#450572

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

Shades of Indigo #450572

Tints of Indigo #450572

Color information

#450572 (or 0x450572) is unknown color: approx Indigo. HEX triplet: 45, 05 and 72. RGB value is (69,5,114). Sum of RGB (Red+Green+Blue) = 69+5+114=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #450572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450572 is #BAFA8D. Grayscale: #242424. Windows color (decimal): -12253838 or 7472453. OLE color: 7472453.

HSL color Cylindrical-coordinate representation of color #450572: hue angle of 275.23º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450572 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB695114-
CMYK0.390.9600.55
HSL275.23º91.6%23.33%-
HSV(B)275.23º95.61%44.71%-
XYZ5.552.5916.13-
YUV36.56171.7151.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 114 (44.92% from 255) = 60.64%
R=36.70%
G=2.66%
B=60.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6951140.390.9600.55275.2391.623.33
Hex4557227600371135c17
Octal10551624714006742313427
Binary1000101101111001010011111000000110111100010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450572; }

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

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

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

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

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

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

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

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