#450961

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

Shades of Indigo #450961

Tints of Indigo #450961

Color information

#450961 (or 0x450961) is unknown color: approx Indigo. HEX triplet: 45, 09 and 61. RGB value is (69,9,97). Sum of RGB (Red+Green+Blue) = 69+9+97=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 97 (38.28% from 255 or 55.43% from 175); Max value from RGB is 97 - color contains mainly: blue. Hex color #450961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450961 is #BAF69E. Grayscale: #242424. Windows color (decimal): -12252831 or 6359365. OLE color: 6359365.

HSL color Cylindrical-coordinate representation of color #450961: hue angle of 280.91º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450961 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB69997-
CMYK0.290.9100.62
HSL280.91º83.02%20.78%-
HSV(B)280.91º90.72%38.04%-
XYZ4.712.3211.51-
YUV36.97161.88150.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 39.43%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 97 (38.28% from 255) = 55.43%
R=39.43%
G=5.14%
B=55.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal699970.290.9100.62280.9183.0220.78
Hex459611D5B03E1195315
Octal105111413513307643112325
Binary1000101100111000011110110110110111110100011001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450961; }

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

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

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

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

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

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

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

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