#441599

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

Shades of Persian Indigo #441599

Tints of Persian Indigo #441599

Color information

#441599 (or 0x441599) is unknown color: approx Persian Indigo. HEX triplet: 44, 15 and 99. RGB value is (68,21,153). Sum of RGB (Red+Green+Blue) = 68+21+153=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #441599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441599 is #BBEA66. Grayscale: #313131. Windows color (decimal): -12315239 or 10032452. OLE color: 10032452.

HSL color Cylindrical-coordinate representation of color #441599: hue angle of 261.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441599 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6821153-
CMYK0.560.8600.4
HSL261.36º75.86%34.12%-
HSV(B)261.36º86.27%60%-
XYZ8.44.0730.48-
YUV50.1186.07140.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.10%
GREEN value IS 21 (8.59% from 255) = 8.68%
BLUE value IS 153 (60.16% from 255) = 63.22%
R=28.10%
G=8.68%
B=63.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal68211530.560.8600.4261.3675.8634.12
Hex44159938560281054c22
Octal104252317012605040511442
Binary10001001010110011001111000101011001010001000001011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441599; }

 p { color: rgb(68,21,153); }

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

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

 a { background-color: rgb(68,21,153); }

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

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

 span { border-color: rgb(68,21,153); }

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