#42237F

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

Shades of Windsor #42237F

Tints of Windsor #42237F

Color information

#42237F (or 0x42237F) is unknown color: approx Windsor. HEX triplet: 42, 23 and 7F. RGB value is (66,35,127). Sum of RGB (Red+Green+Blue) = 66+35+127=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 127 (50% from 255 or 55.70% from 228); Max value from RGB is 127 - color contains mainly: blue. Hex color #42237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42237F is #BDDC80. Grayscale: #363636. Windows color (decimal): -12442753 or 8332098. OLE color: 8332098.

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

Color convert

RGB6635127-
CMYK0.480.7200.50
HSL260.22º56.79%31.76%-
HSV(B)260.22º72.44%49.8%-
XYZ6.683.8920.48-
YUV54.76168.77136.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 127 (50% from 255) = 55.70%
R=28.95%
G=15.35%
B=55.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66351270.480.7200.50260.2256.7931.76
Hex42237F30480321043920
Octal10243177601100624047140
Binary1000010100011111111111000010010000110010100000100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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