Html Css Color HEX #422486 Windsor

📋 copy color: '#422486'

red 66 ◦ green 36 ◦ blue 134

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

Shades of Windsor #422486

Tints of Windsor #422486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

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

R = 27.97%
G = 15.25%
B = 56.78%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#422486 (or 0x422486) is known color: Windsor. HEX triplet: 42, 24 and 86. RGB value is (66,36,134). Sum of RGB (Red+Green+Blue) = 66+36+134=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #422486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422486 is #BDDB79. Grayscale: #373737. Windows color (decimal): -12442490 or 8791106. OLE color: 8791106.

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

Color convert

RGB 66 36 134 -
CMYK 0.51 0.73 0 0.47
HSL 258.37º 0.58% 0.33% -
HSV(B) 258.37º 0.73% 0.53% -
XYZ 7.18 4.14 22.98 -
YUV 56.14 171.94 135.03 -
System Red Green Blue C M Y K H S L
Decimal 66 36 134 0.51 0.73 0 0.47 258.37 0.58 0.33
Hex 42 24 86 33 49 0 2F 102 3A 21
Octal 102 44 206 63 111 0 57 402 72 41
Binary 1000010 100100 10000110 110011 1001001 0 101111 100000010 111010 100001

Color Harmonies of #422486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422486

Black with #422486

Text Example


Text Example

White with #422486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422486; }

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

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

background-color css

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

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

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

border-color css

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

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

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