#44198E

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

Shades of Persian Indigo #44198E

Tints of Persian Indigo #44198E

Color information

#44198E (or 0x44198E) is unknown color: approx Persian Indigo. HEX triplet: 44, 19 and 8E. RGB value is (68,25,142). Sum of RGB (Red+Green+Blue) = 68+25+142=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #44198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44198E is #BBE671. Grayscale: #323232. Windows color (decimal): -12314226 or 9312580. OLE color: 9312580.

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

Color convert

RGB6825142-
CMYK0.520.8200.44
HSL262.05º70.06%32.75%-
HSV(B)262.05º82.39%55.69%-
XYZ7.613.8825.94-
YUV51.19179.25139.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.94%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=28.94%
G=10.64%
B=60.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68251420.520.8200.44262.0570.0632.75
Hex44198E345202C1064621
Octal104312166412205440610641
Binary10001001100110001110110100101001001011001000001101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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