Html Css Color HEX #422671 Windsor

📋 copy color: '#422671'

red 66 ◦ green 38 ◦ blue 113

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

Shades of Windsor #422671

Tints of Windsor #422671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 30.41%
G = 17.51%
B = 52.07%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422671 (or 0x422671) is known color: Windsor. HEX triplet: 42, 26 and 71. RGB value is (66,38,113). Sum of RGB (Red+Green+Blue) = 66+38+113=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #422671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422671 is #BDD98E. Grayscale: #363636. Windows color (decimal): -12441999 or 7415362. OLE color: 7415362.

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

Color convert

RGB 66 38 113 -
CMYK 0.42 0.66 0 0.56
HSL 262.4º 0.5% 0.3% -
HSV(B) 262.4º 0.66% 0.44% -
XYZ 5.92 3.74 16.03 -
YUV 54.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 66 38 113 0.42 0.66 0 0.56 262.4 0.5 0.3
Hex 42 26 71 2A 42 0 38 106 32 1E
Octal 102 46 161 52 102 0 70 406 62 36
Binary 1000010 100110 1110001 101010 1000010 0 111000 100000110 110010 11110

Color Harmonies of #422671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422671

Black with #422671

Text Example


Text Example

White with #422671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422671; }

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

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

background-color css

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

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

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

border-color css

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

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

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