#441988

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

Shades of Persian Indigo #441988

Tints of Persian Indigo #441988

Color information

#441988 (or 0x441988) is unknown color: approx Persian Indigo. HEX triplet: 44, 19 and 88. RGB value is (68,25,136). Sum of RGB (Red+Green+Blue) = 68+25+136=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #441988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441988 is #BBE677. Grayscale: #323232. Windows color (decimal): -12314232 or 8919364. OLE color: 8919364.

HSL color Cylindrical-coordinate representation of color #441988: hue angle of 263.24º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441988 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6825136-
CMYK0.500.8200.47
HSL263.24º68.94%31.57%-
HSV(B)263.24º81.62%53.33%-
XYZ7.183.723.63-
YUV50.51176.25140.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=29.69%
G=10.92%
B=59.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68251360.500.8200.47263.2468.9431.57
Hex441988325202F1074520
Octal104312106212205740710540
Binary10001001100110001000110010101001001011111000001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441988; }

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

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

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

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

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

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

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

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