#44198A

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

Shades of Persian Indigo #44198A

Tints of Persian Indigo #44198A

Color information

#44198A (or 0x44198A) is unknown color: approx Persian Indigo. HEX triplet: 44, 19 and 8A. RGB value is (68,25,138). Sum of RGB (Red+Green+Blue) = 68+25+138=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #44198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44198A is #BBE675. Grayscale: #323232. Windows color (decimal): -12314230 or 9050436. OLE color: 9050436.

HSL color Cylindrical-coordinate representation of color #44198A: hue angle of 262.83º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44198A is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6825138-
CMYK0.510.8200.46
HSL262.83º69.33%31.96%-
HSV(B)262.83º81.88%54.12%-
XYZ7.323.7624.38-
YUV50.74177.25140.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=29.44%
G=10.82%
B=59.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68251380.510.8200.46262.8369.3331.96
Hex44198A335202E1074520
Octal104312126312205640710540
Binary10001001100110001010110011101001001011101000001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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