#44009F

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

Shades of Indigo #44009F

Tints of Indigo #44009F

Color information

#44009F (or 0x44009F) is unknown color: approx Indigo. HEX triplet: 44, 00 and 9F. RGB value is (68,0,159). Sum of RGB (Red+Green+Blue) = 68+0+159=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #44009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44009F is #BBFF60. Grayscale: #252525. Windows color (decimal): -12320609 or 10420292. OLE color: 10420292.

HSL color Cylindrical-coordinate representation of color #44009F: hue angle of 265.66º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44009F is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB680159-
CMYK0.57100.38
HSL265.66º100%31.18%-
HSV(B)265.66º100%62.35%-
XYZ8.643.7333.07-
YUV38.46196.03149.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 70.04%
R=29.96%
G=0%
B=70.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6801590.57100.38265.6610031.18
Hex4409F396402610a641f
Octal10402377114404641214437
Binary100010001001111111100111001000100110100001010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44009F; }

 p { color: rgb(68,0,159); }

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

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

 a { background-color: rgb(68,0,159); }

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

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

 span { border-color: rgb(68,0,159); }

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