#44199B

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

Shades of Persian Indigo #44199B

Tints of Persian Indigo #44199B

Color information

#44199B (or 0x44199B) is unknown color: approx Persian Indigo. HEX triplet: 44, 19 and 9B. RGB value is (68,25,155). Sum of RGB (Red+Green+Blue) = 68+25+155=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #44199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44199B is #BBE664. Grayscale: #343434. Windows color (decimal): -12314213 or 10164548. OLE color: 10164548.

HSL color Cylindrical-coordinate representation of color #44199B: hue angle of 259.85º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44199B is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6825155-
CMYK0.560.8400.39
HSL259.85º72.22%35.29%-
HSV(B)259.85º83.87%60.78%-
XYZ8.654.2931.38-
YUV52.68185.75138.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 25 (10.16% from 255) = 10.08%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=27.42%
G=10.08%
B=62.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68251550.560.8400.39259.8572.2235.29
Hex44199B38540271044823
Octal104312337012404740411043
Binary10001001100110011011111000101010001001111000001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44199B; }

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

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

<style>
 a { background-color: #44199B; }

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

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

<style>
 span { border-color: #44199B; }

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

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