#442575

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

Shades of Windsor #442575

Tints of Windsor #442575

Color information

#442575 (or 0x442575) is unknown color: approx Windsor. HEX triplet: 44, 25 and 75. RGB value is (68,37,117). Sum of RGB (Red+Green+Blue) = 68+37+117=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #442575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442575 is #BBDA8A. Grayscale: #373737. Windows color (decimal): -12311179 or 7677252. OLE color: 7677252.

HSL color Cylindrical-coordinate representation of color #442575: hue angle of 263.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442575 is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6837117-
CMYK0.420.6800.54
HSL263.25º51.95%30.2%-
HSV(B)263.25º68.38%45.88%-
XYZ6.263.8417.24-
YUV55.39162.77137-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=30.63%
G=16.67%
B=52.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68371170.420.6800.54263.2551.9530.2
Hex4425752A44036107341e
Octal10445165521040664076436
Binary100010010010111101011010101000100011011010000011111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442575; }

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

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

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

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

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

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

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

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