#42236F

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

Shades of Windsor #42236F

Tints of Windsor #42236F

Color information

#42236F (or 0x42236F) is unknown color: approx Windsor. HEX triplet: 42, 23 and 6F. RGB value is (66,35,111). Sum of RGB (Red+Green+Blue) = 66+35+111=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #42236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42236F is #BDDC90. Grayscale: #343434. Windows color (decimal): -12442769 or 7283522. OLE color: 7283522.

HSL color Cylindrical-coordinate representation of color #42236F: hue angle of 264.47º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42236F is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6635111-
CMYK0.410.6800.56
HSL264.47º52.05%28.63%-
HSV(B)264.47º68.47%43.53%-
XYZ5.723.5115.41-
YUV52.93160.77137.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 35 (14.06% from 255) = 16.51%
BLUE value IS 111 (43.75% from 255) = 52.36%
R=31.13%
G=16.51%
B=52.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66351110.410.6800.56264.4752.0528.63
Hex42236F2944038108341d
Octal10243157511040704106435
Binary100001010001111011111010011000100011100010000100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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