#441376

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

Shades of Persian Indigo #441376

Tints of Persian Indigo #441376

Color information

#441376 (or 0x441376) is unknown color: approx Persian Indigo. HEX triplet: 44, 13 and 76. RGB value is (68,19,118). Sum of RGB (Red+Green+Blue) = 68+19+118=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #441376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441376 is #BBEC89. Grayscale: #2C2C2C. Windows color (decimal): -12315786 or 7738180. OLE color: 7738180.

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

Color convert

RGB6819118-
CMYK0.420.8400.54
HSL269.7º72.26%26.86%-
HSV(B)269.7º83.9%46.27%-
XYZ5.89317.41-
YUV44.94169.23144.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=33.17%
G=9.27%
B=57.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68191180.420.8400.54269.772.2626.86
Hex4413762A5403610e481b
Octal104231665212406641611033
Binary100010010011111011010101010101000110110100001110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441376; }

 p { color: rgb(68,19,118); }

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

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

 a { background-color: rgb(68,19,118); }

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

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

 span { border-color: rgb(68,19,118); }

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