#44159E

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

Shades of Persian Indigo #44159E

Tints of Persian Indigo #44159E

Color information

#44159E (or 0x44159E) is unknown color: approx Persian Indigo. HEX triplet: 44, 15 and 9E. RGB value is (68,21,158). Sum of RGB (Red+Green+Blue) = 68+21+158=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #44159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44159E is #BBEA61. Grayscale: #323232. Windows color (decimal): -12315234 or 10360132. OLE color: 10360132.

HSL color Cylindrical-coordinate representation of color #44159E: hue angle of 260.58º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44159E is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6821158-
CMYK0.570.8700.38
HSL260.58º76.54%35.1%-
HSV(B)260.58º86.71%61.96%-
XYZ8.824.2332.7-
YUV50.67188.57140.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 21 (8.59% from 255) = 8.50%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=27.53%
G=8.50%
B=63.97%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68211580.570.8700.38260.5876.5435.1
Hex44159E39570261054d23
Octal104252367112704640511543
Binary10001001010110011110111001101011101001101000001011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,21,158); }

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

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

 a { background-color: rgb(68,21,158); }

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

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

 span { border-color: rgb(68,21,158); }

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