Html Css Color HEX #42357A Windsor

📋 copy color: '#42357A'

red 66 ◦ green 53 ◦ blue 122

#42357A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #42357A

Tints of Windsor #42357A

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 value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42357A (or 0x42357A) is known color: 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

RGB 66 53 122 -
CMYK 0.46 0.57 0 0.52
HSL 251.3º 0.39% 0.34% -
HSV(B) 251.3º 0.57% 0.48% -
XYZ 7.03 5.11 19.03 -
YUV 64.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 66 53 122 0.46 0.57 0 0.52 251.3 0.39 0.34
Hex 42 35 7A 2E 39 0 34 FB 27 22
Octal 102 65 172 56 71 0 64 373 47 42
Binary 1000010 110101 1111010 101110 111001 0 110100 11111011 100111 100010

Color Harmonies of #42357A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42357A

Black with #42357A

Text Example


Text Example

White with #42357A

Text Example


Text Example

HTML Codes & Css Web 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>