#422775

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

Shades of Windsor #422775

Tints of Windsor #422775

Color information

#422775 (or 0x422775) is unknown color: approx Windsor. HEX triplet: 42, 27 and 75. RGB value is (66,39,117). Sum of RGB (Red+Green+Blue) = 66+39+117=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #422775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422775 is #BDD88A. Grayscale: #373737. Windows color (decimal): -12441739 or 7677762. OLE color: 7677762.

HSL color Cylindrical-coordinate representation of color #422775: hue angle of 260.77º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #422775 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6639117-
CMYK0.440.6700.54
HSL260.77º50%30.59%-
HSV(B)260.77º66.67%45.88%-
XYZ6.183.8917.26-
YUV55.96162.45135.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=29.73%
G=17.57%
B=52.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66391170.440.6700.54260.775030.59
Hex4227752C43036105321f
Octal10247165541030664056237
Binary100001010011111101011011001000011011011010000010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422775; }

 p { color: rgb(66,39,117); }

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

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

 a { background-color: rgb(66,39,117); }

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

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

 span { border-color: rgb(66,39,117); }

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