Html Css Color HEX #422374 Windsor

📋 copy color: '#422374'

red 66 ◦ green 35 ◦ blue 116

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

Shades of Windsor #422374

Tints of Windsor #422374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 53.46%

R = 30.41%
G = 16.13%
B = 53.46%

CMYK

 C value IS 0.43

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422374 (or 0x422374) is known color: Windsor. HEX triplet: 42, 23 and 74. RGB value is (66,35,116). Sum of RGB (Red+Green+Blue) = 66+35+116=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #422374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422374 is #BDDC8B. Grayscale: #353535. Windows color (decimal): -12442764 or 7611202. OLE color: 7611202.

HSL color Cylindrical-coordinate representation of color #422374: hue angle of 262.96º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422374 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 35 116 -
CMYK 0.43 0.70 0 0.55
HSL 262.96º 0.54% 0.3% -
HSV(B) 262.96º 0.7% 0.45% -
XYZ 6 3.62 16.91 -
YUV 53.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 66 35 116 0.43 0.70 0 0.55 262.96 0.54 0.3
Hex 42 23 74 2B 46 0 37 107 36 1E
Octal 102 43 164 53 106 0 67 407 66 36
Binary 1000010 100011 1110100 101011 1000110 0 110111 100000111 110110 11110

Color Harmonies of #422374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422374

Black with #422374

Text Example


Text Example

White with #422374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422374; }

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

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

background-color css

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

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

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

border-color css

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

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

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