#44019F

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

Shades of Indigo #44019F

Tints of Indigo #44019F

Color information

#44019F (or 0x44019F) is unknown color: approx Indigo. HEX triplet: 44, 01 and 9F. RGB value is (68,1,159). Sum of RGB (Red+Green+Blue) = 68+1+159=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #44019F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44019F is #BBFE60. Grayscale: #262626. Windows color (decimal): -12320353 or 10420548. OLE color: 10420548.

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

Color convert

RGB681159-
CMYK0.570.9900.38
HSL265.44º98.75%31.37%-
HSV(B)265.44º99.37%62.35%-
XYZ8.653.7533.07-
YUV39.04195.7148.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 159 (62.5% from 255) = 69.74%
R=29.82%
G=0.44%
B=69.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6811590.570.9900.38265.4498.7531.37
Hex4419F3963026109631f
Octal10412377114304641114337
Binary100010011001111111100111000110100110100001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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