#441381

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

Shades of Persian Indigo #441381

Tints of Persian Indigo #441381

Color information

#441381 (or 0x441381) is unknown color: approx Persian Indigo. HEX triplet: 44, 13 and 81. RGB value is (68,19,129). Sum of RGB (Red+Green+Blue) = 68+19+129=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #441381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441381 is #BBEC7E. Grayscale: #2D2D2D. Windows color (decimal): -12315775 or 8459076. OLE color: 8459076.

HSL color Cylindrical-coordinate representation of color #441381: hue angle of 266.73º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441381 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6819129-
CMYK0.470.8500.49
HSL266.73º74.32%29.02%-
HSV(B)266.73º85.27%50.59%-
XYZ6.583.2821.06-
YUV46.19174.73143.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 19 (7.81% from 255) = 8.80%
BLUE value IS 129 (50.78% from 255) = 59.72%
R=31.48%
G=8.80%
B=59.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68191290.470.8500.49266.7374.3229.02
Hex4413812F5503110b4a1d
Octal104232015712506141311235
Binary1000100100111000000110111110101010110001100001011100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441381; }

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

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

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

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

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

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

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

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