#440D6F

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

Shades of Indigo #440D6F

Tints of Indigo #440D6F

Color information

#440D6F (or 0x440D6F) is unknown color: approx Indigo. HEX triplet: 44, 0D and 6F. RGB value is (68,13,111). Sum of RGB (Red+Green+Blue) = 68+13+111=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #440D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D6F is #BBF290. Grayscale: #282828. Windows color (decimal): -12317329 or 7277892. OLE color: 7277892.

HSL color Cylindrical-coordinate representation of color #440D6F: hue angle of 273.67º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #440D6F is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6813111-
CMYK0.390.8800.56
HSL273.67º79.03%24.31%-
HSV(B)273.67º88.29%43.53%-
XYZ5.42.6615.27-
YUV40.62167.72147.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 13 (5.47% from 255) = 6.77%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=35.42%
G=6.77%
B=57.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68131110.390.8800.56273.6779.0324.31
Hex44D6F27580381124f18
Octal104151574713007042211730
Binary10001001101110111110011110110000111000100010010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440D6F; }

 p { color: rgb(68,13,111); }

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

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

 a { background-color: rgb(68,13,111); }

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

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

 span { border-color: rgb(68,13,111); }

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