Html Css Color HEX #422083 Windsor

📋 copy color: '#422083'

red 66 ◦ green 32 ◦ blue 131

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

Shades of Windsor #422083

Tints of Windsor #422083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 131 (51.56% from 255) = 57.21%

R = 28.82%
G = 13.97%
B = 57.21%

CMYK

 C value IS 0.50

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422083 (or 0x422083) is known color: Windsor. HEX triplet: 42, 20 and 83. RGB value is (66,32,131). Sum of RGB (Red+Green+Blue) = 66+32+131=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #422083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422083 is #BDDF7C. Grayscale: #353535. Windows color (decimal): -12443517 or 8593474. OLE color: 8593474.

HSL color Cylindrical-coordinate representation of color #422083: hue angle of 260.61º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422083 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 32 131 -
CMYK 0.50 0.76 0 0.49
HSL 260.61º 0.61% 0.32% -
HSV(B) 260.61º 0.76% 0.51% -
XYZ 6.86 3.83 21.85 -
YUV 53.45 171.76 136.95 -
System Red Green Blue C M Y K H S L
Decimal 66 32 131 0.50 0.76 0 0.49 260.61 0.61 0.32
Hex 42 20 83 32 4C 0 31 105 3D 20
Octal 102 40 203 62 114 0 61 405 75 40
Binary 1000010 100000 10000011 110010 1001100 0 110001 100000101 111101 100000

Color Harmonies of #422083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422083

Black with #422083

Text Example


Text Example

White with #422083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422083; }

 p { color: rgb(66,32,131); }

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

background-color css

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

 a { background-color: rgb(66,32,131); }

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

border-color css

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

 span { border-color: rgb(66,32,131); }

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