#440872

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

Shades of Indigo #440872

Tints of Indigo #440872

Color information

#440872 (or 0x440872) is unknown color: approx Indigo. HEX triplet: 44, 08 and 72. RGB value is (68,8,114). Sum of RGB (Red+Green+Blue) = 68+8+114=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #440872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440872 is #BBF78D. Grayscale: #252525. Windows color (decimal): -12318606 or 7473220. OLE color: 7473220.

HSL color Cylindrical-coordinate representation of color #440872: hue angle of 273.96º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440872 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB688114-
CMYK0.400.9300.55
HSL273.96º86.89%23.92%-
HSV(B)273.96º92.98%44.71%-
XYZ5.512.6216.13-
YUV38.02170.88149.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.79%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 114 (44.92% from 255) = 60%
R=35.79%
G=4.21%
B=60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6881140.400.9300.55273.9686.8923.92
Hex44872285D0371125718
Octal104101625013506742212730
Binary10001001000111001010100010111010110111100010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440872; }

 p { color: rgb(68,8,114); }

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

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

 a { background-color: rgb(68,8,114); }

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

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

 span { border-color: rgb(68,8,114); }

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