#441386

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

Shades of Persian Indigo #441386

Tints of Persian Indigo #441386

Color information

#441386 (or 0x441386) is unknown color: approx Persian Indigo. HEX triplet: 44, 13 and 86. RGB value is (68,19,134). Sum of RGB (Red+Green+Blue) = 68+19+134=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #441386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441386 is #BBEC79. Grayscale: #2E2E2E. Windows color (decimal): -12315770 or 8786756. OLE color: 8786756.

HSL color Cylindrical-coordinate representation of color #441386: hue angle of 265.57º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441386 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6819134-
CMYK0.490.8600.47
HSL265.57º75.16%30%-
HSV(B)265.57º85.82%52.55%-
XYZ6.923.4222.85-
YUV46.76177.23143.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 134 (52.73% from 255) = 60.63%
R=30.77%
G=8.60%
B=60.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68191340.490.8600.47265.5775.1630
Hex441386315602F10a4b1e
Octal104232066112605741211336
Binary1000100100111000011011000110101100101111100001010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441386; }

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

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

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

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

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

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

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

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