Html Css Color HEX #422686 Windsor

📋 copy color: '#422686'

red 66 ◦ green 38 ◦ blue 134

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

Shades of Windsor #422686

Tints of Windsor #422686

RGB

 RED value IS 66 (26.17% from 255) = 27.73%

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 134 (52.73% from 255) = 56.3%

R = 27.73%
G = 15.97%
B = 56.3%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422686 (or 0x422686) is known color: Windsor. HEX triplet: 42, 26 and 86. RGB value is (66,38,134). Sum of RGB (Red+Green+Blue) = 66+38+134=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #422686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422686 is #BDD979. Grayscale: #383838. Windows color (decimal): -12441978 or 8791618. OLE color: 8791618.

HSL color Cylindrical-coordinate representation of color #422686: hue angle of 257.5º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422686 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 38 134 -
CMYK 0.51 0.72 0 0.47
HSL 257.5º 0.56% 0.34% -
HSV(B) 257.5º 0.72% 0.53% -
XYZ 7.24 4.27 23 -
YUV 57.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 66 38 134 0.51 0.72 0 0.47 257.5 0.56 0.34
Hex 42 26 86 33 48 0 2F 102 38 22
Octal 102 46 206 63 110 0 57 402 70 42
Binary 1000010 100110 10000110 110011 1001000 0 101111 100000010 111000 100010

Color Harmonies of #422686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422686

Black with #422686

Text Example


Text Example

White with #422686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422686; }

 p { color: rgb(66,38,134); }

 H1.HeaderClassName
 {
   color: #422686;
 }
 .AnyTagClassName
 {
   color: #422686;
 }
</style>

background-color css

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

 a { background-color: rgb(66,38,134); }

 div.DivClassName
 {
   background-color: #422686;
 }
 .BgClassName
 {
   background-color: #422686;
 }
</style>

border-color css

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

 span { border-color: rgb(66,38,134); }

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