Html Css Color HEX #422171 Windsor

📋 copy color: '#422171'

red 66 ◦ green 33 ◦ blue 113

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

Shades of Windsor #422171

Tints of Windsor #422171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

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

R = 31.13%
G = 15.57%
B = 53.3%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422171 (or 0x422171) is known color: Windsor. HEX triplet: 42, 21 and 71. RGB value is (66,33,113). Sum of RGB (Red+Green+Blue) = 66+33+113=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #422171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422171 is #BDDE8E. Grayscale: #333333. Windows color (decimal): -12443279 or 7414082. OLE color: 7414082.

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

Color convert

RGB 66 33 113 -
CMYK 0.42 0.71 0 0.56
HSL 264.75º 0.55% 0.29% -
HSV(B) 264.75º 0.71% 0.44% -
XYZ 5.77 3.44 15.98 -
YUV 51.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 66 33 113 0.42 0.71 0 0.56 264.75 0.55 0.29
Hex 42 21 71 2A 47 0 38 109 37 1D
Octal 102 41 161 52 107 0 70 411 67 35
Binary 1000010 100001 1110001 101010 1000111 0 111000 100001001 110111 11101

Color Harmonies of #422171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422171

Black with #422171

Text Example


Text Example

White with #422171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422171; }

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

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

background-color css

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

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

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

border-color css

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

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

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