#450578

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

Shades of Indigo #450578

Tints of Indigo #450578

Color information

#450578 (or 0x450578) is unknown color: approx Indigo. HEX triplet: 45, 05 and 78. RGB value is (69,5,120). Sum of RGB (Red+Green+Blue) = 69+5+120=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 120 (47.27% from 255 or 61.86% from 194); Max value from RGB is 120 - color contains mainly: blue. Hex color #450578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450578 is #BAFA87. Grayscale: #242424. Windows color (decimal): -12253832 or 7865669. OLE color: 7865669.

HSL color Cylindrical-coordinate representation of color #450578: hue angle of 273.39º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450578 is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB695120-
CMYK0.420.9600.53
HSL273.39º92%24.51%-
HSV(B)273.39º95.83%47.06%-
XYZ5.92.7317.99-
YUV37.25174.7150.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 120 (47.27% from 255) = 61.86%
R=35.57%
G=2.58%
B=61.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6951200.420.9600.53273.399224.51
Hex455782A600351115c19
Octal10551705214006542113431
Binary1000101101111100010101011000000110101100010001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450578; }

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

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

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

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

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

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

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

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