#442687

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

Shades of Windsor #442687

Tints of Windsor #442687

Color information

#442687 (or 0x442687) is unknown color: approx Windsor. HEX triplet: 44, 26 and 87. RGB value is (68,38,135). Sum of RGB (Red+Green+Blue) = 68+38+135=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #442687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442687 is #BBD978. Grayscale: #393939. Windows color (decimal): -12310905 or 8857156. OLE color: 8857156.

HSL color Cylindrical-coordinate representation of color #442687: hue angle of 258.56º degrees, saturation: 0.56, 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 #442687 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6838135-
CMYK0.500.7200.47
HSL258.56º56.07%33.92%-
HSV(B)258.56º71.85%52.94%-
XYZ7.454.3623.37-
YUV58.03171.44135.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 38 (15.23% from 255) = 15.77%
BLUE value IS 135 (53.12% from 255) = 56.02%
R=28.22%
G=15.77%
B=56.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68381350.500.7200.47258.5656.0733.92
Hex442687324802F1033822
Octal10446207621100574037042
Binary10001001001101000011111001010010000101111100000011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442687; }

 p { color: rgb(68,38,135); }

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

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

 a { background-color: rgb(68,38,135); }

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

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

 span { border-color: rgb(68,38,135); }

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