#442588

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

Shades of Windsor #442588

Tints of Windsor #442588

Color information

#442588 (or 0x442588) is unknown color: approx Windsor. HEX triplet: 44, 25 and 88. RGB value is (68,37,136). Sum of RGB (Red+Green+Blue) = 68+37+136=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #442588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442588 is #BBDA77. Grayscale: #393939. Windows color (decimal): -12311160 or 8922436. OLE color: 8922436.

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

Color convert

RGB6837136-
CMYK0.500.7300.47
HSL258.79º57.23%33.92%-
HSV(B)258.79º72.79%53.33%-
XYZ7.494.3323.73-
YUV57.56172.27135.45-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 37 (14.84% from 255) = 15.35%
BLUE value IS 136 (53.52% from 255) = 56.43%
R=28.22%
G=15.35%
B=56.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68371360.500.7300.47258.7957.2333.92
Hex442588324902F1033922
Octal10445210621110574037142
Binary10001001001011000100011001010010010101111100000011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442588; }

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

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

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

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

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

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

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

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