#42207F

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

Shades of Windsor #42207F

Tints of Windsor #42207F

Color information

#42207F (or 0x42207F) is unknown color: approx Windsor. HEX triplet: 42, 20 and 7F. RGB value is (66,32,127). Sum of RGB (Red+Green+Blue) = 66+32+127=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #42207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42207F is #BDDF80. Grayscale: #343434. Windows color (decimal): -12443521 or 8331330. OLE color: 8331330.

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

Color convert

RGB6632127-
CMYK0.480.7500.50
HSL261.47º59.75%31.18%-
HSV(B)261.47º74.8%49.8%-
XYZ6.593.7220.45-
YUV53169.76137.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 32 (12.89% from 255) = 14.22%
BLUE value IS 127 (50% from 255) = 56.44%
R=29.33%
G=14.22%
B=56.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66321270.480.7500.50261.4759.7531.18
Hex42207F304B0321053c1f
Octal10240177601130624057437
Binary100001010000011111111100001001011011001010000010111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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