Html Css Color HEX #422A83 Windsor

📋 copy color: '#422A83'

red 66 ◦ green 42 ◦ blue 131

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

Shades of Windsor #422A83

Tints of Windsor #422A83

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.57%

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

R = 27.62%
G = 17.57%
B = 54.81%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422A83 (or 0x422A83) is known color: Windsor. HEX triplet: 42, 2A and 83. RGB value is (66,42,131). Sum of RGB (Red+Green+Blue) = 66+42+131=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #422A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422A83 is #BDD57C. Grayscale: #3A3A3A. Windows color (decimal): -12440957 or 8596034. OLE color: 8596034.

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

Color convert

RGB 66 42 131 -
CMYK 0.50 0.68 0 0.49
HSL 256.18º 0.51% 0.34% -
HSV(B) 256.18º 0.68% 0.51% -
XYZ 7.17 4.45 21.95 -
YUV 59.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 66 42 131 0.50 0.68 0 0.49 256.18 0.51 0.34
Hex 42 2A 83 32 44 0 31 100 33 22
Octal 102 52 203 62 104 0 61 400 63 42
Binary 1000010 101010 10000011 110010 1000100 0 110001 100000000 110011 100010

Color Harmonies of #422A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A83

Black with #422A83

Text Example


Text Example

White with #422A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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