#42317B

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

Shades of Windsor #42317B

Tints of Windsor #42317B

Color information

#42317B (or 0x42317B) is unknown color: approx Windsor. HEX triplet: 42, 31 and 7B. RGB value is (66,49,123). Sum of RGB (Red+Green+Blue) = 66+49+123=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #42317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42317B is #BDCE84. Grayscale: #3E3E3E. Windows color (decimal): -12439173 or 8073538. OLE color: 8073538.

HSL color Cylindrical-coordinate representation of color #42317B: hue angle of 253.78º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42317B is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6649123-
CMYK0.460.6000.52
HSL253.78º43.02%33.73%-
HSV(B)253.78º60.16%48.24%-
XYZ6.924.7819.3-
YUV62.52162.13130.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.73%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 123 (48.44% from 255) = 51.68%
R=27.73%
G=20.59%
B=51.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66491230.460.6000.52253.7843.0233.73
Hex42317B2E3C034fe2b22
Octal1026117356740643765342
Binary10000101100011111011101110111100011010011111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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