#42327F

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

Shades of Windsor #42327F

Tints of Windsor #42327F

Color information

#42327F (or 0x42327F) is unknown color: approx Windsor. HEX triplet: 42, 32 and 7F. RGB value is (66,50,127). Sum of RGB (Red+Green+Blue) = 66+50+127=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #42327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42327F is #BDCD80. Grayscale: #3F3F3F. Windows color (decimal): -12438913 or 8335938. OLE color: 8335938.

HSL color Cylindrical-coordinate representation of color #42327F: hue angle of 252.47º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42327F is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6650127-
CMYK0.480.6100.50
HSL252.47º43.5%34.71%-
HSV(B)252.47º60.63%49.8%-
XYZ7.224.9720.66-
YUV63.56163.8129.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.16%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 127 (50% from 255) = 52.26%
R=27.16%
G=20.58%
B=52.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66501270.480.6100.50252.4743.534.71
Hex42327F303D032fc2c23
Octal1026217760750623745443
Binary10000101100101111111110000111101011001011111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42327F; }

 p { color: rgb(66,50,127); }

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

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

 a { background-color: rgb(66,50,127); }

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

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

 span { border-color: rgb(66,50,127); }

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