Html Css Color HEX #422E71 Windsor

📋 copy color: '#422E71'

red 66 ◦ green 46 ◦ blue 113

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

Shades of Windsor #422E71

Tints of Windsor #422E71

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.44%

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

R = 29.33%
G = 20.44%
B = 50.22%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422E71 (or 0x422E71) is known color: Windsor. HEX triplet: 42, 2E and 71. RGB value is (66,46,113). Sum of RGB (Red+Green+Blue) = 66+46+113=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #422E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E71 is #BDD18E. Grayscale: #3B3B3B. Windows color (decimal): -12439951 or 7417410. OLE color: 7417410.

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

Color convert

RGB 66 46 113 -
CMYK 0.42 0.59 0 0.56
HSL 257.91º 0.42% 0.31% -
HSV(B) 257.91º 0.59% 0.44% -
XYZ 6.2 4.3 16.13 -
YUV 59.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 66 46 113 0.42 0.59 0 0.56 257.91 0.42 0.31
Hex 42 2E 71 2A 3B 0 38 102 2A 1F
Octal 102 56 161 52 73 0 70 402 52 37
Binary 1000010 101110 1110001 101010 111011 0 111000 100000010 101010 11111

Color Harmonies of #422E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E71

Black with #422E71

Text Example


Text Example

White with #422E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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