#440961

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

Shades of Indigo #440961

Tints of Indigo #440961

Color information

#440961 (or 0x440961) is unknown color: approx Indigo. HEX triplet: 44, 09 and 61. RGB value is (68,9,97). Sum of RGB (Red+Green+Blue) = 68+9+97=174 (23% of max value = 765). Red value is 68 (26.95% from 255 or 39.08% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #440961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440961 is #BBF69E. Grayscale: #242424. Windows color (decimal): -12318367 or 6359364. OLE color: 6359364.

HSL color Cylindrical-coordinate representation of color #440961: hue angle of 280.23º 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 #440961 is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68997-
CMYK0.300.9100.62
HSL280.23º83.02%20.78%-
HSV(B)280.23º90.72%38.04%-
XYZ4.642.2911.51-
YUV36.67162.05150.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.08%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 97 (38.28% from 255) = 55.75%
R=39.08%
G=5.17%
B=55.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal689970.300.9100.62280.2383.0220.78
Hex449611E5B03E1185315
Octal104111413613307643012325
Binary1000100100111000011111010110110111110100011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440961; }

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

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

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

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

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

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

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

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