Html Css Color HEX #422E70 Windsor

📋 copy color: '#422E70'

red 66 ◦ green 46 ◦ blue 112

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

Shades of Windsor #422E70

Tints of Windsor #422E70

RGB

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

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

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

R = 29.46%
G = 20.54%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422E70 (or 0x422E70) is known color: Windsor. HEX triplet: 42, 2E and 70. RGB value is (66,46,112). Sum of RGB (Red+Green+Blue) = 66+46+112=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #422E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422E70 is #BDD18F. Grayscale: #3B3B3B. Windows color (decimal): -12439952 or 7351874. OLE color: 7351874.

HSL color Cylindrical-coordinate representation of color #422E70: hue angle of 258.18º 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 #422E70 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 46 112 -
CMYK 0.41 0.59 0 0.56
HSL 258.18º 0.42% 0.31% -
HSV(B) 258.18º 0.59% 0.44% -
XYZ 6.15 4.28 15.83 -
YUV 59.5 157.63 132.63 -
System Red Green Blue C M Y K H S L
Decimal 66 46 112 0.41 0.59 0 0.56 258.18 0.42 0.31
Hex 42 2E 70 29 3B 0 38 102 2A 1F
Octal 102 56 160 51 73 0 70 402 52 37
Binary 1000010 101110 1110000 101001 111011 0 111000 100000010 101010 11111

Color Harmonies of #422E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E70

Black with #422E70

Text Example


Text Example

White with #422E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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