#441475

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

Shades of Persian Indigo #441475

Tints of Persian Indigo #441475

Color information

#441475 (or 0x441475) is unknown color: approx Persian Indigo. HEX triplet: 44, 14 and 75. RGB value is (68,20,117). Sum of RGB (Red+Green+Blue) = 68+20+117=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #441475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441475 is #BBEB8A. Grayscale: #2D2D2D. Windows color (decimal): -12315531 or 7672900. OLE color: 7672900.

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

Color convert

RGB6820117-
CMYK0.420.8300.54
HSL269.69º70.8%26.86%-
HSV(B)269.69º82.91%45.88%-
XYZ5.843.0117.1-
YUV45.41168.4144.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 20 (8.20% from 255) = 9.76%
BLUE value IS 117 (46.09% from 255) = 57.07%
R=33.17%
G=9.76%
B=57.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68201170.420.8300.54269.6970.826.86
Hex4414752A5303610e471b
Octal104241655212306641610733
Binary100010010100111010110101010100110110110100001110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441475; }

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

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

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

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

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

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

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

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