#450969

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

Shades of Indigo #450969

Tints of Indigo #450969

Color information

#450969 (or 0x450969) is unknown color: approx Indigo. HEX triplet: 45, 09 and 69. RGB value is (69,9,105). Sum of RGB (Red+Green+Blue) = 69+9+105=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #450969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450969 is #BAF696. Grayscale: #252525. Windows color (decimal): -12252823 or 6883653. OLE color: 6883653.

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

Color convert

RGB699105-
CMYK0.340.9100.59
HSL277.5º84.21%22.35%-
HSV(B)277.5º91.43%41.18%-
XYZ5.12.4813.57-
YUV37.88165.88150.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 9 (3.91% from 255) = 4.92%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=37.70%
G=4.92%
B=57.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6991050.340.9100.59277.584.2122.35
Hex45969225B03B1165416
Octal105111514213307342612426
Binary10001011001110100110001010110110111011100010110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450969; }

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

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

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

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

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

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

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

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