Html Css Color HEX #422784 Windsor

📋 copy color: '#422784'

red 66 ◦ green 39 ◦ blue 132

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

Shades of Windsor #422784

Tints of Windsor #422784

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.46%

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

R = 27.85%
G = 16.46%
B = 55.7%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422784 (or 0x422784) is known color: Windsor. HEX triplet: 42, 27 and 84. RGB value is (66,39,132). Sum of RGB (Red+Green+Blue) = 66+39+132=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #422784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422784 is #BDD87B. Grayscale: #393939. Windows color (decimal): -12441724 or 8660802. OLE color: 8660802.

HSL color Cylindrical-coordinate representation of color #422784: hue angle of 257.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #422784 is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 39 132 -
CMYK 0.5 0.70 0 0.48
HSL 257.42º 0.54% 0.34% -
HSV(B) 257.42º 0.7% 0.52% -
XYZ 7.14 4.28 22.28 -
YUV 57.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 66 39 132 0.5 0.70 0 0.48 257.42 0.54 0.34
Hex 42 27 84 32 46 0 30 101 36 22
Octal 102 47 204 62 106 0 60 401 66 42
Binary 1000010 100111 10000100 110010 1000110 0 110000 100000001 110110 100010

Color Harmonies of #422784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422784

Black with #422784

Text Example


Text Example

White with #422784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422784; }

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

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

background-color css

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

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

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

border-color css

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

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

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