#44198F

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

Shades of Persian Indigo #44198F

Tints of Persian Indigo #44198F

Color information

#44198F (or 0x44198F) is unknown color: approx Persian Indigo. HEX triplet: 44, 19 and 8F. RGB value is (68,25,143). Sum of RGB (Red+Green+Blue) = 68+25+143=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #44198F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44198F is #BBE670. Grayscale: #323232. Windows color (decimal): -12314225 or 9378116. OLE color: 9378116.

HSL color Cylindrical-coordinate representation of color #44198F: hue angle of 261.86º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44198F is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6825143-
CMYK0.520.8300.44
HSL261.86º70.24%32.94%-
HSV(B)261.86º82.52%56.08%-
XYZ7.693.9126.34-
YUV51.31179.75139.91-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 143 (56.25% from 255) = 60.59%
R=28.81%
G=10.59%
B=60.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68251430.520.8300.44261.8670.2432.94
Hex44198F345302C1064621
Octal104312176412305440610641
Binary10001001100110001111110100101001101011001000001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44198F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,25,143); }

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

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

 a { background-color: rgb(68,25,143); }

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

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

 span { border-color: rgb(68,25,143); }

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