Html Css Color HEX #422484 Windsor

📋 copy color: '#422484'

red 66 ◦ green 36 ◦ blue 132

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

Shades of Windsor #422484

Tints of Windsor #422484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

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

R = 28.21%
G = 15.38%
B = 56.41%

CMYK

 C value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422484 (or 0x422484) is known color: Windsor. HEX triplet: 42, 24 and 84. RGB value is (66,36,132). Sum of RGB (Red+Green+Blue) = 66+36+132=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #422484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422484 is #BDDB7B. Grayscale: #373737. Windows color (decimal): -12442492 or 8660034. OLE color: 8660034.

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

Color convert

RGB 66 36 132 -
CMYK 0.5 0.73 0 0.48
HSL 258.75º 0.57% 0.33% -
HSV(B) 258.75º 0.73% 0.52% -
XYZ 7.04 4.09 22.25 -
YUV 55.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 66 36 132 0.5 0.73 0 0.48 258.75 0.57 0.33
Hex 42 24 84 32 49 0 30 103 39 21
Octal 102 44 204 62 111 0 60 403 71 41
Binary 1000010 100100 10000100 110010 1001001 0 110000 100000011 111001 100001

Color Harmonies of #422484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422484

Black with #422484

Text Example


Text Example

White with #422484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422484; }

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

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

background-color css

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

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

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

border-color css

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

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

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