#450869

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

Shades of Indigo #450869

Tints of Indigo #450869

Color information

#450869 (or 0x450869) is unknown color: approx Indigo. HEX triplet: 45, 08 and 69. RGB value is (69,8,105). Sum of RGB (Red+Green+Blue) = 69+8+105=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 105 (41.41% from 255 or 57.69% from 182); Max value from RGB is 105 - color contains mainly: blue. Hex color #450869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450869 is #BAF796. Grayscale: #242424. Windows color (decimal): -12253079 or 6883397. OLE color: 6883397.

HSL color Cylindrical-coordinate representation of color #450869: hue angle of 277.73º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450869 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB698105-
CMYK0.340.9200.59
HSL277.73º85.84%22.16%-
HSV(B)277.73º92.38%41.18%-
XYZ5.092.4613.57-
YUV37.3166.21150.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.91%
GREEN value IS 8 (3.52% from 255) = 4.40%
BLUE value IS 105 (41.41% from 255) = 57.69%
R=37.91%
G=4.40%
B=57.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6981050.340.9200.59277.7385.8422.16
Hex45869225C03B1165616
Octal105101514213407342612626
Binary10001011000110100110001010111000111011100010110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450869; }

 p { color: rgb(69,8,105); }

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

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

 a { background-color: rgb(69,8,105); }

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

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

 span { border-color: rgb(69,8,105); }

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