Html Css Color HEX #422274 Windsor

📋 copy color: '#422274'

red 66 ◦ green 34 ◦ blue 116

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

Shades of Windsor #422274

Tints of Windsor #422274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.74%

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

R = 30.56%
G = 15.74%
B = 53.7%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#422274 (or 0x422274) is known color: Windsor. HEX triplet: 42, 22 and 74. RGB value is (66,34,116). Sum of RGB (Red+Green+Blue) = 66+34+116=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #422274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422274 is #BDDD8B. Grayscale: #343434. Windows color (decimal): -12443020 or 7610946. OLE color: 7610946.

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

Color convert

RGB 66 34 116 -
CMYK 0.43 0.71 0 0.55
HSL 263.41º 0.55% 0.29% -
HSV(B) 263.41º 0.71% 0.45% -
XYZ 5.97 3.56 16.9 -
YUV 52.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 66 34 116 0.43 0.71 0 0.55 263.41 0.55 0.29
Hex 42 22 74 2B 47 0 37 107 37 1D
Octal 102 42 164 53 107 0 67 407 67 35
Binary 1000010 100010 1110100 101011 1000111 0 110111 100000111 110111 11101

Color Harmonies of #422274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422274

Black with #422274

Text Example


Text Example

White with #422274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422274; }

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

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

background-color css

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

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

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

border-color css

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

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

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