#442586

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

Shades of Windsor #442586

Tints of Windsor #442586

Color information

#442586 (or 0x442586) is unknown color: approx Windsor. HEX triplet: 44, 25 and 86. RGB value is (68,37,134). Sum of RGB (Red+Green+Blue) = 68+37+134=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #442586 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442586 is #BBDA79. Grayscale: #383838. Windows color (decimal): -12311162 or 8791364. OLE color: 8791364.

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

Color convert

RGB6837134-
CMYK0.490.7200.47
HSL259.18º56.73%33.53%-
HSV(B)259.18º72.39%52.55%-
XYZ7.354.2722.99-
YUV57.33171.27135.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 134 (52.73% from 255) = 56.07%
R=28.45%
G=15.48%
B=56.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68371340.490.7200.47259.1856.7333.53
Hex442586314802F1033922
Octal10445206611100574037142
Binary10001001001011000011011000110010000101111100000011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442586; }

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

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

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

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

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

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

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

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