#42286D

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

Shades of Windsor #42286D

Tints of Windsor #42286D

Color information

#42286D (or 0x42286D) is unknown color: approx Windsor. HEX triplet: 42, 28 and 6D. RGB value is (66,40,109). Sum of RGB (Red+Green+Blue) = 66+40+109=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #42286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42286D is #BDD792. Grayscale: #373737. Windows color (decimal): -12441491 or 7153730. OLE color: 7153730.

HSL color Cylindrical-coordinate representation of color #42286D: hue angle of 262.61º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42286D is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6640109-
CMYK0.390.6300.57
HSL262.61º46.31%29.22%-
HSV(B)262.61º63.3%42.75%-
XYZ5.773.7814.89-
YUV55.64158.11135.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=30.70%
G=18.60%
B=50.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66401090.390.6300.57262.6146.3129.22
Hex42286D273F0391072e1d
Octal1025015547770714075635
Binary10000101010001101101100111111111011100110000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42286D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42286D; }

 p { color: rgb(66,40,109); }

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

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

 a { background-color: rgb(66,40,109); }

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

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

 span { border-color: rgb(66,40,109); }

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