Html Css Color HEX #422570 Windsor

📋 copy color: '#422570'

red 66 ◦ green 37 ◦ blue 112

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

Shades of Windsor #422570

Tints of Windsor #422570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

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

R = 30.7%
G = 17.21%
B = 52.09%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422570 (or 0x422570) is known color: Windsor. HEX triplet: 42, 25 and 70. RGB value is (66,37,112). Sum of RGB (Red+Green+Blue) = 66+37+112=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #422570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422570 is #BDDA8F. Grayscale: #353535. Windows color (decimal): -12442256 or 7349570. OLE color: 7349570.

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

Color convert

RGB 66 37 112 -
CMYK 0.41 0.67 0 0.56
HSL 263.2º 0.5% 0.29% -
HSV(B) 263.2º 0.67% 0.44% -
XYZ 5.83 3.65 15.73 -
YUV 54.22 160.61 136.4 -
System Red Green Blue C M Y K H S L
Decimal 66 37 112 0.41 0.67 0 0.56 263.2 0.5 0.29
Hex 42 25 70 29 43 0 38 107 32 1D
Octal 102 45 160 51 103 0 70 407 62 35
Binary 1000010 100101 1110000 101001 1000011 0 111000 100000111 110010 11101

Color Harmonies of #422570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422570

Black with #422570

Text Example


Text Example

White with #422570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422570; }

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

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

background-color css

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

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

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

border-color css

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

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

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