#442382

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

Shades of Windsor #442382

Tints of Windsor #442382

Color information

#442382 (or 0x442382) is unknown color: approx Windsor. HEX triplet: 44, 23 and 82. RGB value is (68,35,130). Sum of RGB (Red+Green+Blue) = 68+35+130=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #442382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442382 is #BBDC7D. Grayscale: #373737. Windows color (decimal): -12311678 or 8528708. OLE color: 8528708.

HSL color Cylindrical-coordinate representation of color #442382: hue angle of 260.84º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442382 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6835130-
CMYK0.480.7300.49
HSL260.84º57.58%32.35%-
HSV(B)260.84º73.08%50.98%-
XYZ7.014.0421.53-
YUV55.7169.93136.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 130 (51.17% from 255) = 55.79%
R=29.18%
G=15.02%
B=55.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68351300.480.7300.49260.8457.5832.35
Hex44238230490311053a20
Octal10443202601110614057240
Binary10001001000111000001011000010010010110001100000101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442382; }

 p { color: rgb(68,35,130); }

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

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

 a { background-color: rgb(68,35,130); }

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

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

 span { border-color: rgb(68,35,130); }

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