#440C87

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

Shades of Indigo #440C87

Tints of Indigo #440C87

Color information

#440C87 (or 0x440C87) is unknown color: approx Indigo. HEX triplet: 44, 0C and 87. RGB value is (68,12,135). Sum of RGB (Red+Green+Blue) = 68+12+135=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #440C87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440C87 is #BBF378. Grayscale: #2A2A2A. Windows color (decimal): -12317561 or 8850500. OLE color: 8850500.

HSL color Cylindrical-coordinate representation of color #440C87: hue angle of 267.32º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440C87 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6812135-
CMYK0.500.9100.47
HSL267.32º83.67%28.82%-
HSV(B)267.32º91.11%52.94%-
XYZ6.893.2423.18-
YUV42.77180.05146-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=31.63%
G=5.58%
B=62.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68121350.500.9100.47267.3283.6728.82
Hex44C87325B02F10b541d
Octal104142076213305741312435
Binary100010011001000011111001010110110101111100001011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,12,135); }

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

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

 a { background-color: rgb(68,12,135); }

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

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

 span { border-color: rgb(68,12,135); }

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