#442584

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

Shades of Windsor #442584

Tints of Windsor #442584

Color information

#442584 (or 0x442584) is unknown color: approx Windsor. HEX triplet: 44, 25 and 84. RGB value is (68,37,132). Sum of RGB (Red+Green+Blue) = 68+37+132=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #442584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442584 is #BBDA7B. Grayscale: #383838. Windows color (decimal): -12311164 or 8660292. OLE color: 8660292.

HSL color Cylindrical-coordinate representation of color #442584: hue angle of 259.58º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442584 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6837132-
CMYK0.480.7200.48
HSL259.58º56.21%33.14%-
HSV(B)259.58º71.97%51.76%-
XYZ7.214.2222.26-
YUV57.1170.27135.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 132 (51.95% from 255) = 55.70%
R=28.69%
G=15.61%
B=55.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68371320.480.7200.48259.5856.2133.14
Hex44258430480301043821
Octal10445204601100604047041
Binary10001001001011000010011000010010000110000100000100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442584; }

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

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

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

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

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

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

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

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