#44177f

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

Shades of Persian Indigo #44177F

Tints of Persian Indigo #44177F

Color information

#44177F (or 0x44177F) is unknown color: approx Persian Indigo. HEX triplet: 44, 17 and 7F. RGB value is (68,23,127). Sum of RGB (Red+Green+Blue) = 68+23+127=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #44177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44177F is #BBE880. Grayscale: #2F2F2F. Windows color (decimal): -12314753 or 8329028. OLE color: 8329028.

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

Color convert

RGB6823127-
CMYK0.460.8200.50
HSL265.96º69.33%29.41%-
HSV(B)265.96º81.89%49.8%-
XYZ6.523.3720.39-
YUV48.31172.41142.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 127 (50% from 255) = 58.26%
R=31.19%
G=10.55%
B=58.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68231270.460.8200.50265.9669.3329.41
Hex44177F2E5203210a451d
Octal104271775612206241210535
Binary100010010111111111110111010100100110010100001010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44177f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44177f; }

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

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

<style>
 a { background-color: #44177f; }

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

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

<style>
 span { border-color: #44177f; }

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

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