Html Css Color HEX #422971 Windsor

📋 copy color: '#422971'

red 66 ◦ green 41 ◦ blue 113

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

Shades of Windsor #422971

Tints of Windsor #422971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 30%
G = 18.64%
B = 51.36%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422971 (or 0x422971) is known color: Windsor. HEX triplet: 42, 29 and 71. RGB value is (66,41,113). Sum of RGB (Red+Green+Blue) = 66+41+113=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #422971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422971 is #BDD68E. Grayscale: #383838. Windows color (decimal): -12441231 or 7416130. OLE color: 7416130.

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

Color convert

RGB 66 41 113 -
CMYK 0.42 0.64 0 0.56
HSL 260.83º 0.47% 0.3% -
HSV(B) 260.83º 0.64% 0.44% -
XYZ 6.02 3.94 16.07 -
YUV 56.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 66 41 113 0.42 0.64 0 0.56 260.83 0.47 0.3
Hex 42 29 71 2A 40 0 38 105 2F 1E
Octal 102 51 161 52 100 0 70 405 57 36
Binary 1000010 101001 1110001 101010 1000000 0 111000 100000101 101111 11110

Color Harmonies of #422971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422971

Black with #422971

Text Example


Text Example

White with #422971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422971; }

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

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

background-color css

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

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

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

border-color css

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

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

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