#422584

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

Shades of Windsor #422584

Tints of Windsor #422584

Color information

#422584 (or 0x422584) is unknown color: approx Windsor. HEX triplet: 42, 25 and 84. RGB value is (66,37,132). Sum of RGB (Red+Green+Blue) = 66+37+132=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 132 (51.95% from 255 or 56.17% from 235); Max value from RGB is 132 - color contains mainly: blue. Hex color #422584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422584 is #BDDA7B. Grayscale: #383838. Windows color (decimal): -12442236 or 8660290. OLE color: 8660290.

HSL color Cylindrical-coordinate representation of color #422584: hue angle of 258.32º 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 #422584 is Cyan = 0.5, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6637132-
CMYK0.50.7200.48
HSL258.32º56.21%33.14%-
HSV(B)258.32º71.97%51.76%-
XYZ7.074.1522.26-
YUV56.5170.61134.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.09%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 132 (51.95% from 255) = 56.17%
R=28.09%
G=15.74%
B=56.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66371320.50.7200.48258.3256.2133.14
Hex42258432480301023821
Octal10245204621100604027041
Binary10000101001011000010011001010010000110000100000010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422584; }

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

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

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

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

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

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

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

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