#441998

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

Shades of Persian Indigo #441998

Tints of Persian Indigo #441998

Color information

#441998 (or 0x441998) is unknown color: approx Persian Indigo. HEX triplet: 44, 19 and 98. RGB value is (68,25,152). Sum of RGB (Red+Green+Blue) = 68+25+152=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #441998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441998 is #BBE667. Grayscale: #333333. Windows color (decimal): -12314216 or 9967940. OLE color: 9967940.

HSL color Cylindrical-coordinate representation of color #441998: hue angle of 260.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441998 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6825152-
CMYK0.550.8400.40
HSL260.31º71.75%34.71%-
HSV(B)260.31º83.55%59.61%-
XYZ8.44.1930.07-
YUV52.33184.25139.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 25 (10.16% from 255) = 10.20%
BLUE value IS 152 (59.77% from 255) = 62.04%
R=27.76%
G=10.20%
B=62.04%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68251520.550.8400.40260.3171.7534.71
Hex44199837540281044823
Octal104312306712405040411043
Binary10001001100110011000110111101010001010001000001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441998; }

 p { color: rgb(68,25,152); }

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

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

 a { background-color: rgb(68,25,152); }

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

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

 span { border-color: rgb(68,25,152); }

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