Html Css Color HEX #422370 Windsor

📋 copy color: '#422370'

red 66 ◦ green 35 ◦ blue 112

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

Shades of Windsor #422370

Tints of Windsor #422370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

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

R = 30.99%
G = 16.43%
B = 52.58%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#422370 (or 0x422370) is known color: Windsor. HEX triplet: 42, 23 and 70. RGB value is (66,35,112). Sum of RGB (Red+Green+Blue) = 66+35+112=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #422370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422370 is #BDDC8F. Grayscale: #343434. Windows color (decimal): -12442768 or 7349058. OLE color: 7349058.

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

Color convert

RGB 66 35 112 -
CMYK 0.41 0.69 0 0.56
HSL 264.16º 0.52% 0.29% -
HSV(B) 264.16º 0.69% 0.44% -
XYZ 5.77 3.53 15.71 -
YUV 53.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 66 35 112 0.41 0.69 0 0.56 264.16 0.52 0.29
Hex 42 23 70 29 45 0 38 108 34 1D
Octal 102 43 160 51 105 0 70 410 64 35
Binary 1000010 100011 1110000 101001 1000101 0 111000 100001000 110100 11101

Color Harmonies of #422370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422370

Black with #422370

Text Example


Text Example

White with #422370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422370; }

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

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

background-color css

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

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

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

border-color css

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

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

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