Html Css Color HEX #422270 Windsor

📋 copy color: '#422270'

red 66 ◦ green 34 ◦ blue 112

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

Shades of Windsor #422270

Tints of Windsor #422270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.04%

 BLUE value IS 112 (44.14% from 255) = 52.83%

R = 31.13%
G = 16.04%
B = 52.83%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422270 (or 0x422270) is known color: Windsor. HEX triplet: 42, 22 and 70. RGB value is (66,34,112). Sum of RGB (Red+Green+Blue) = 66+34+112=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #422270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422270 is #BDDD8F. Grayscale: #343434. Windows color (decimal): -12443024 or 7348802. OLE color: 7348802.

HSL color Cylindrical-coordinate representation of color #422270: hue angle of 264.62º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422270 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 34 112 -
CMYK 0.41 0.70 0 0.56
HSL 264.62º 0.53% 0.29% -
HSV(B) 264.62º 0.7% 0.44% -
XYZ 5.74 3.47 15.7 -
YUV 52.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 66 34 112 0.41 0.70 0 0.56 264.62 0.53 0.29
Hex 42 22 70 29 46 0 38 109 35 1D
Octal 102 42 160 51 106 0 70 411 65 35
Binary 1000010 100010 1110000 101001 1000110 0 111000 100001001 110101 11101

Color Harmonies of #422270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422270

Black with #422270

Text Example


Text Example

White with #422270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422270; }

 p { color: rgb(66,34,112); }

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

background-color css

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

 a { background-color: rgb(66,34,112); }

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

border-color css

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

 span { border-color: rgb(66,34,112); }

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