#442188

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

Shades of Windsor #442188

Tints of Windsor #442188

Color information

#442188 (or 0x442188) is unknown color: approx Windsor. HEX triplet: 44, 21 and 88. RGB value is (68,33,136). Sum of RGB (Red+Green+Blue) = 68+33+136=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #442188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442188 is #BBDE77. Grayscale: #363636. Windows color (decimal): -12312184 or 8921412. OLE color: 8921412.

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

Color convert

RGB6833136-
CMYK0.500.7600.47
HSL260.39º60.95%33.14%-
HSV(B)260.39º75.74%53.33%-
XYZ7.374.0923.69-
YUV55.21173.6137.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 33 (13.28% from 255) = 13.92%
BLUE value IS 136 (53.52% from 255) = 57.38%
R=28.69%
G=13.92%
B=57.38%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68331360.500.7600.47260.3960.9533.14
Hex442188324C02F1043d21
Octal10441210621140574047541
Binary10001001000011000100011001010011000101111100000100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442188; }

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

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

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

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

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

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

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

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