Html Css Color HEX #422084 Windsor

📋 copy color: '#422084'

red 66 ◦ green 32 ◦ blue 132

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

Shades of Windsor #422084

Tints of Windsor #422084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 57.39%

R = 28.7%
G = 13.91%
B = 57.39%

CMYK

 C value IS 0.5

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422084 (or 0x422084) is known color: Windsor. HEX triplet: 42, 20 and 84. RGB value is (66,32,132). Sum of RGB (Red+Green+Blue) = 66+32+132=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #422084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422084 is #BDDF7B. Grayscale: #353535. Windows color (decimal): -12443516 or 8659010. OLE color: 8659010.

HSL color Cylindrical-coordinate representation of color #422084: hue angle of 260.4º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #422084 is Cyan = 0.5, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 32 132 -
CMYK 0.5 0.76 0 0.48
HSL 260.4º 0.61% 0.32% -
HSV(B) 260.4º 0.76% 0.52% -
XYZ 6.93 3.86 22.21 -
YUV 53.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 66 32 132 0.5 0.76 0 0.48 260.4 0.61 0.32
Hex 42 20 84 32 4C 0 30 104 3D 20
Octal 102 40 204 62 114 0 60 404 75 40
Binary 1000010 100000 10000100 110010 1001100 0 110000 100000100 111101 100000

Color Harmonies of #422084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422084

Black with #422084

Text Example


Text Example

White with #422084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422084; }

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

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

background-color css

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

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

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

border-color css

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

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

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