#441577

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

Shades of Persian Indigo #441577

Tints of Persian Indigo #441577

Color information

#441577 (or 0x441577) is unknown color: approx Persian Indigo. HEX triplet: 44, 15 and 77. RGB value is (68,21,119). Sum of RGB (Red+Green+Blue) = 68+21+119=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 119 (46.88% from 255 or 57.21% from 208); Max value from RGB is 119 - color contains mainly: blue. Hex color #441577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441577 is #BBEA88. Grayscale: #2D2D2D. Windows color (decimal): -12315273 or 7804228. OLE color: 7804228.

HSL color Cylindrical-coordinate representation of color #441577: hue angle of 268.78º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441577 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6821119-
CMYK0.430.8200.53
HSL268.78º70%27.45%-
HSV(B)268.78º82.35%46.67%-
XYZ5.983.117.74-
YUV46.22169.07143.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 119 (46.88% from 255) = 57.21%
R=32.69%
G=10.10%
B=57.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68211190.430.8200.53268.787027.45
Hex4415772B5203510d461b
Octal104251675312206541510633
Binary100010010101111011110101110100100110101100001101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441577; }

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

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

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

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

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

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

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

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