#44177A

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

Shades of Persian Indigo #44177A

Tints of Persian Indigo #44177A

Color information

#44177A (or 0x44177A) is unknown color: approx Persian Indigo. HEX triplet: 44, 17 and 7A. RGB value is (68,23,122). Sum of RGB (Red+Green+Blue) = 68+23+122=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #44177A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44177A is #BBE885. Grayscale: #2F2F2F. Windows color (decimal): -12314758 or 8001348. OLE color: 8001348.

HSL color Cylindrical-coordinate representation of color #44177A: hue angle of 267.27º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44177A is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6823122-
CMYK0.440.8100.52
HSL267.27º68.28%28.43%-
HSV(B)267.27º81.15%47.84%-
XYZ6.23.2518.71-
YUV47.74169.91142.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 23 (9.38% from 255) = 10.80%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=31.92%
G=10.80%
B=57.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68231220.440.8100.52267.2768.2828.43
Hex44177A2C5103410b441c
Octal104271725412106441310434
Binary100010010111111101010110010100010110100100001011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44177A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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