#441575

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

Shades of Persian Indigo #441575

Tints of Persian Indigo #441575

Color information

#441575 (or 0x441575) is unknown color: approx Persian Indigo. HEX triplet: 44, 15 and 75. RGB value is (68,21,117). Sum of RGB (Red+Green+Blue) = 68+21+117=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #441575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441575 is #BBEA8A. Grayscale: #2D2D2D. Windows color (decimal): -12315275 or 7673156. OLE color: 7673156.

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

Color convert

RGB6821117-
CMYK0.420.8200.54
HSL269.38º69.57%27.06%-
HSV(B)269.38º82.05%45.88%-
XYZ5.863.0517.11-
YUV46168.07143.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=33.01%
G=10.19%
B=56.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68211170.420.8200.54269.3869.5727.06
Hex4415752A5203610d461b
Octal104251655212206641510633
Binary100010010101111010110101010100100110110100001101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441575; }

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

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

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

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

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

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

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

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