Html Css Color HEX #422174 Windsor

📋 copy color: '#422174'

red 66 ◦ green 33 ◦ blue 116

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

Shades of Windsor #422174

Tints of Windsor #422174

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.35%

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

R = 30.7%
G = 15.35%
B = 53.95%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422174 (or 0x422174) is known color: Windsor. HEX triplet: 42, 21 and 74. RGB value is (66,33,116). Sum of RGB (Red+Green+Blue) = 66+33+116=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #422174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422174 is #BDDE8B. Grayscale: #343434. Windows color (decimal): -12443276 or 7610690. OLE color: 7610690.

HSL color Cylindrical-coordinate representation of color #422174: hue angle of 263.86º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #422174 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 33 116 -
CMYK 0.43 0.72 0 0.55
HSL 263.86º 0.56% 0.29% -
HSV(B) 263.86º 0.72% 0.45% -
XYZ 5.94 3.51 16.89 -
YUV 52.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 66 33 116 0.43 0.72 0 0.55 263.86 0.56 0.29
Hex 42 21 74 2B 48 0 37 108 38 1D
Octal 102 41 164 53 110 0 67 410 70 35
Binary 1000010 100001 1110100 101011 1001000 0 110111 100001000 111000 11101

Color Harmonies of #422174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422174

Black with #422174

Text Example


Text Example

White with #422174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422174; }

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

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

background-color css

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

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

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

border-color css

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

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

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