#42237D

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

Shades of Windsor #42237D

Tints of Windsor #42237D

Color information

#42237D (or 0x42237D) is unknown color: approx Windsor. HEX triplet: 42, 23 and 7D. RGB value is (66,35,125). Sum of RGB (Red+Green+Blue) = 66+35+125=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #42237D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42237D is #BDDC82. Grayscale: #363636. Windows color (decimal): -12442755 or 8201026. OLE color: 8201026.

HSL color Cylindrical-coordinate representation of color #42237D: hue angle of 260.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42237D is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6635125-
CMYK0.470.7200.51
HSL260.67º56.25%31.37%-
HSV(B)260.67º72%49.02%-
XYZ6.553.8419.8-
YUV54.53167.77136.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.20%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 125 (49.22% from 255) = 55.31%
R=29.20%
G=15.49%
B=55.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66351250.470.7200.51260.6756.2531.37
Hex42237D2F48033105381f
Octal10243175571100634057037
Binary100001010001111111011011111001000011001110000010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42237D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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