#42327D

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

Shades of Windsor #42327D

Tints of Windsor #42327D

Color information

#42327D (or 0x42327D) is unknown color: approx Windsor. HEX triplet: 42, 32 and 7D. RGB value is (66,50,125). Sum of RGB (Red+Green+Blue) = 66+50+125=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #42327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42327D is #BDCD82. Grayscale: #3F3F3F. Windows color (decimal): -12438915 or 8204866. OLE color: 8204866.

HSL color Cylindrical-coordinate representation of color #42327D: hue angle of 252.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42327D is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6650125-
CMYK0.470.6000.51
HSL252.8º42.86%34.31%-
HSV(B)252.8º60%49.02%-
XYZ7.094.9219.98-
YUV63.33162.8129.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=27.39%
G=20.75%
B=51.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66501250.470.6000.51252.842.8634.31
Hex42327D2F3C033fd2b22
Octal1026217557740633755342
Binary10000101100101111101101111111100011001111111101101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42327D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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