#422478

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

Shades of Windsor #422478

Tints of Windsor #422478

Color information

#422478 (or 0x422478) is unknown color: approx Windsor. HEX triplet: 42, 24 and 78. RGB value is (66,36,120). Sum of RGB (Red+Green+Blue) = 66+36+120=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 120 (47.27% from 255 or 54.05% from 222); Max value from RGB is 120 - color contains mainly: blue. Hex color #422478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422478 is #BDDB87. Grayscale: #363636. Windows color (decimal): -12442504 or 7873602. OLE color: 7873602.

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

Color convert

RGB6636120-
CMYK0.450.700.53
HSL261.43º53.85%30.59%-
HSV(B)261.43º70%47.06%-
XYZ6.273.7818.17-
YUV54.55164.94136.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 120 (47.27% from 255) = 54.05%
R=29.73%
G=16.22%
B=54.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66361200.450.700.53261.4353.8530.59
Hex4224782D46035105361f
Octal10244170551060654056637
Binary100001010010011110001011011000110011010110000010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422478; }

 p { color: rgb(66,36,120); }

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

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

 a { background-color: rgb(66,36,120); }

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

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

 span { border-color: rgb(66,36,120); }

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