#442877

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

Shades of Windsor #442877

Tints of Windsor #442877

Color information

#442877 (or 0x442877) is unknown color: approx Windsor. HEX triplet: 44, 28 and 77. RGB value is (68,40,119). Sum of RGB (Red+Green+Blue) = 68+40+119=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #442877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442877 is #BBD788. Grayscale: #393939. Windows color (decimal): -12310409 or 7809092. OLE color: 7809092.

HSL color Cylindrical-coordinate representation of color #442877: hue angle of 261.27º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442877 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6840119-
CMYK0.430.6600.53
HSL261.27º49.69%31.18%-
HSV(B)261.27º66.39%46.67%-
XYZ6.474.0817.9-
YUV57.38162.78135.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=29.96%
G=17.62%
B=52.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68401190.430.6600.53261.2749.6931.18
Hex4428772B42035105321f
Octal10450167531020654056237
Binary100010010100011101111010111000010011010110000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442877; }

 p { color: rgb(68,40,119); }

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

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

 a { background-color: rgb(68,40,119); }

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

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

 span { border-color: rgb(68,40,119); }

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