Html Css Color HEX #422074 Windsor

📋 copy color: '#422074'

red 66 ◦ green 32 ◦ blue 116

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

Shades of Windsor #422074

Tints of Windsor #422074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.95%

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

R = 30.84%
G = 14.95%
B = 54.21%

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

#422074 (or 0x422074) is known color: Windsor. HEX triplet: 42, 20 and 74. RGB value is (66,32,116). Sum of RGB (Red+Green+Blue) = 66+32+116=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #422074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422074 is #BDDF8B. Grayscale: #333333. Windows color (decimal): -12443532 or 7610434. OLE color: 7610434.

HSL color Cylindrical-coordinate representation of color #422074: hue angle of 264.29º degrees, saturation: 0.57, 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 #422074 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 32 116 -
CMYK 0.43 0.72 0 0.55
HSL 264.29º 0.57% 0.29% -
HSV(B) 264.29º 0.72% 0.45% -
XYZ 5.92 3.45 16.88 -
YUV 51.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 66 32 116 0.43 0.72 0 0.55 264.29 0.57 0.29
Hex 42 20 74 2B 48 0 37 108 39 1D
Octal 102 40 164 53 110 0 67 410 71 35
Binary 1000010 100000 1110100 101011 1001000 0 110111 100001000 111001 11101

Color Harmonies of #422074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422074

Black with #422074

Text Example


Text Example

White with #422074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422074; }

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

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

background-color css

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

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

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

border-color css

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

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

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