#42237B

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

Shades of Windsor #42237B

Tints of Windsor #42237B

Color information

#42237B (or 0x42237B) is unknown color: approx Windsor. HEX triplet: 42, 23 and 7B. RGB value is (66,35,123). Sum of RGB (Red+Green+Blue) = 66+35+123=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #42237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42237B is #BDDC84. Grayscale: #353535. Windows color (decimal): -12442757 or 8069954. OLE color: 8069954.

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

Color convert

RGB6635123-
CMYK0.460.7200.52
HSL261.14º55.7%30.98%-
HSV(B)261.14º71.54%48.24%-
XYZ6.423.7919.13-
YUV54.3166.77136.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 123 (48.44% from 255) = 54.91%
R=29.46%
G=15.62%
B=54.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66351230.460.7200.52261.1455.730.98
Hex42237B2E48034105381f
Octal10243173561100644057037
Binary100001010001111110111011101001000011010010000010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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