#44167F

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

Shades of Persian Indigo #44167F

Tints of Persian Indigo #44167F

Color information

#44167F (or 0x44167F) is unknown color: approx Persian Indigo. HEX triplet: 44, 16 and 7F. RGB value is (68,22,127). Sum of RGB (Red+Green+Blue) = 68+22+127=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #44167F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44167F is #BBE980. Grayscale: #2F2F2F. Windows color (decimal): -12315009 or 8328772. OLE color: 8328772.

HSL color Cylindrical-coordinate representation of color #44167F: hue angle of 266.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44167F is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6822127-
CMYK0.460.8300.50
HSL266.29º70.47%29.22%-
HSV(B)266.29º82.68%49.8%-
XYZ6.53.3420.38-
YUV47.72172.74142.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 127 (50% from 255) = 58.53%
R=31.34%
G=10.14%
B=58.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68221270.460.8300.50266.2970.4729.22
Hex44167F2E5303210a461d
Octal104261775612306241210635
Binary100010010110111111110111010100110110010100001010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,22,127); }

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

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

 a { background-color: rgb(68,22,127); }

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

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

 span { border-color: rgb(68,22,127); }

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