#441382

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

Shades of Persian Indigo #441382

Tints of Persian Indigo #441382

Color information

#441382 (or 0x441382) is unknown color: approx Persian Indigo. HEX triplet: 44, 13 and 82. RGB value is (68,19,130). Sum of RGB (Red+Green+Blue) = 68+19+130=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #441382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441382 is #BBEC7D. Grayscale: #2D2D2D. Windows color (decimal): -12315774 or 8524612. OLE color: 8524612.

HSL color Cylindrical-coordinate representation of color #441382: hue angle of 266.49º 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 #441382 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6819130-
CMYK0.480.8500.49
HSL266.49º74.5%29.22%-
HSV(B)266.49º85.38%50.98%-
XYZ6.653.3121.41-
YUV46.3175.23143.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.34%
GREEN value IS 19 (7.81% from 255) = 8.76%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=31.34%
G=8.76%
B=59.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68191300.480.8500.49266.4974.529.22
Hex441382305503110a4a1d
Octal104232026012506141211235
Binary1000100100111000001011000010101010110001100001010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441382; }

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

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

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

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

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

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

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

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