Html Css Color HEX #402179 Windsor

📋 copy color: '#402179'

red 64 ◦ green 33 ◦ blue 121

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

Shades of Windsor #402179

Tints of Windsor #402179

RGB

 RED value IS 64 (25.39% from 255) = 29.36%

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 121 (47.66% from 255) = 55.5%

R = 29.36%
G = 15.14%
B = 55.5%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402179 (or 0x402179) is known color: Windsor. HEX triplet: 40, 21 and 79. RGB value is (64,33,121). Sum of RGB (Red+Green+Blue) = 64+33+121=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 121 (47.66% from 255 or 55.50% from 218); Max value from RGB is 121 - color contains mainly: blue. Hex color #402179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402179 is #BFDE86. Grayscale: #333333. Windows color (decimal): -12574343 or 7938368. OLE color: 7938368.

HSL color Cylindrical-coordinate representation of color #402179: hue angle of 261.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402179 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 33 121 -
CMYK 0.47 0.73 0 0.53
HSL 261.14º 0.57% 0.3% -
HSV(B) 261.14º 0.73% 0.47% -
XYZ 6.11 3.56 18.45 -
YUV 52.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 64 33 121 0.47 0.73 0 0.53 261.14 0.57 0.3
Hex 40 21 79 2F 49 0 35 105 39 1E
Octal 100 41 171 57 111 0 65 405 71 36
Binary 1000000 100001 1111001 101111 1001001 0 110101 100000101 111001 11110

Color Harmonies of #402179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402179

Black with #402179

Text Example


Text Example

White with #402179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402179; }

 p { color: rgb(64,33,121); }

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

background-color css

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

 a { background-color: rgb(64,33,121); }

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

border-color css

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

 span { border-color: rgb(64,33,121); }

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