#440572

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

Shades of Indigo #440572

Tints of Indigo #440572

Color information

#440572 (or 0x440572) is unknown color: approx Indigo. HEX triplet: 44, 05 and 72. RGB value is (68,5,114). Sum of RGB (Red+Green+Blue) = 68+5+114=187 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.36% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #440572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440572 is #BBFA8D. Grayscale: #232323. Windows color (decimal): -12319374 or 7472452. OLE color: 7472452.

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

Color convert

RGB685114-
CMYK0.400.9600.55
HSL274.68º91.6%23.33%-
HSV(B)274.68º95.61%44.71%-
XYZ5.482.5516.12-
YUV36.26171.87150.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 2.67%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=36.36%
G=2.67%
B=60.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6851140.400.9600.55274.6891.623.33
Hex4457228600371135c17
Octal10451625014006742313427
Binary1000100101111001010100011000000110111100010011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440572; }

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

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

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

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

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

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

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

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