#42357A

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

Shades of Windsor #42357A

Tints of Windsor #42357A

Color information

#42357A (or 0x42357A) is unknown color: approx Windsor. HEX triplet: 42, 35 and 7A. RGB value is (66,53,122). Sum of RGB (Red+Green+Blue) = 66+53+122=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #42357A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42357A is #BDCA85. Grayscale: #404040. Windows color (decimal): -12438150 or 8009026. OLE color: 8009026.

HSL color Cylindrical-coordinate representation of color #42357A: hue angle of 251.3º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42357A is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6653122-
CMYK0.460.5700.52
HSL251.3º39.43%34.31%-
HSV(B)251.3º56.56%47.84%-
XYZ7.035.1119.03-
YUV64.75160.31128.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 122 (48.05% from 255) = 50.62%
R=27.39%
G=21.99%
B=50.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66531220.460.5700.52251.339.4334.31
Hex42357A2E39034fb2722
Octal1026517256710643734742
Binary10000101101011111010101110111001011010011111011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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