#42317A

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

Shades of Windsor #42317A

Tints of Windsor #42317A

Color information

#42317A (or 0x42317A) is unknown color: approx Windsor. HEX triplet: 42, 31 and 7A. RGB value is (66,49,122). Sum of RGB (Red+Green+Blue) = 66+49+122=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #42317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42317A is #BDCE85. Grayscale: #3E3E3E. Windows color (decimal): -12439174 or 8008002. OLE color: 8008002.

HSL color Cylindrical-coordinate representation of color #42317A: hue angle of 253.97º 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 #42317A is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6649122-
CMYK0.460.6000.52
HSL253.97º42.69%33.53%-
HSV(B)253.97º59.84%47.84%-
XYZ6.864.7618.97-
YUV62.4161.63130.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=27.85%
G=20.68%
B=51.48%

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
Decimal66491220.460.6000.52253.9742.6933.53
Hex42317A2E3C034fe2b22
Octal1026117256740643765342
Binary10000101100011111010101110111100011010011111110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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