Html Css Color HEX #422384 Windsor

📋 copy color: '#422384'

red 66 ◦ green 35 ◦ blue 132

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

Shades of Windsor #422384

Tints of Windsor #422384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

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

R = 28.33%
G = 15.02%
B = 56.65%

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

#422384 (or 0x422384) is known color: Windsor. HEX triplet: 42, 23 and 84. RGB value is (66,35,132). Sum of RGB (Red+Green+Blue) = 66+35+132=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 132 (51.95% from 255 or 56.65% from 233); Max value from RGB is 132 - color contains mainly: blue. Hex color #422384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422384 is #BDDC7B. Grayscale: #363636. Windows color (decimal): -12442748 or 8659778. OLE color: 8659778.

HSL color Cylindrical-coordinate representation of color #422384: hue angle of 259.18º degrees, saturation: 0.58, 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 #422384 is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 35 132 -
CMYK 0.5 0.73 0 0.48
HSL 259.18º 0.58% 0.33% -
HSV(B) 259.18º 0.73% 0.52% -
XYZ 7.01 4.03 22.24 -
YUV 55.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 66 35 132 0.5 0.73 0 0.48 259.18 0.58 0.33
Hex 42 23 84 32 49 0 30 103 3A 21
Octal 102 43 204 62 111 0 60 403 72 41
Binary 1000010 100011 10000100 110010 1001001 0 110000 100000011 111010 100001

Color Harmonies of #422384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422384

Black with #422384

Text Example


Text Example

White with #422384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422384; }

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

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

background-color css

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

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

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

border-color css

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

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

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