Html Css Color HEX #422771 Windsor

📋 copy color: '#422771'

red 66 ◦ green 39 ◦ blue 113

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

Shades of Windsor #422771

Tints of Windsor #422771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

 BLUE value IS 113 (44.53% from 255) = 51.83%

R = 30.28%
G = 17.89%
B = 51.83%

CMYK

 C value IS 0.42

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422771 (or 0x422771) is known color: Windsor. HEX triplet: 42, 27 and 71. RGB value is (66,39,113). Sum of RGB (Red+Green+Blue) = 66+39+113=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #422771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422771 is #BDD88E. Grayscale: #373737. Windows color (decimal): -12441743 or 7415618. OLE color: 7415618.

HSL color Cylindrical-coordinate representation of color #422771: hue angle of 261.89º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #422771 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 39 113 -
CMYK 0.42 0.65 0 0.56
HSL 261.89º 0.49% 0.3% -
HSV(B) 261.89º 0.65% 0.44% -
XYZ 5.95 3.8 16.04 -
YUV 55.51 160.45 135.48 -
System Red Green Blue C M Y K H S L
Decimal 66 39 113 0.42 0.65 0 0.56 261.89 0.49 0.3
Hex 42 27 71 2A 41 0 38 106 31 1E
Octal 102 47 161 52 101 0 70 406 61 36
Binary 1000010 100111 1110001 101010 1000001 0 111000 100000110 110001 11110

Color Harmonies of #422771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422771

Black with #422771

Text Example


Text Example

White with #422771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422771; }

 p { color: rgb(66,39,113); }

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

background-color css

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

 a { background-color: rgb(66,39,113); }

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

border-color css

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

 span { border-color: rgb(66,39,113); }

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