Html Css Color HEX #403379 Windsor

📋 copy color: '#403379'

red 64 ◦ green 51 ◦ blue 121

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

Shades of Windsor #403379

Tints of Windsor #403379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 27.12%
G = 21.61%
B = 51.27%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403379 (or 0x403379) is known color: Windsor. HEX triplet: 40, 33 and 79. RGB value is (64,51,121). Sum of RGB (Red+Green+Blue) = 64+51+121=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #403379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403379 is #BFCC86. Grayscale: #3E3E3E. Windows color (decimal): -12569735 or 7942976. OLE color: 7942976.

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

Color convert

RGB 64 51 121 -
CMYK 0.47 0.58 0 0.53
HSL 251.14º 0.41% 0.34% -
HSV(B) 251.14º 0.58% 0.47% -
XYZ 6.75 4.84 18.67 -
YUV 62.87 160.81 128.81 -
System Red Green Blue C M Y K H S L
Decimal 64 51 121 0.47 0.58 0 0.53 251.14 0.41 0.34
Hex 40 33 79 2F 3A 0 35 FB 29 22
Octal 100 63 171 57 72 0 65 373 51 42
Binary 1000000 110011 1111001 101111 111010 0 110101 11111011 101001 100010

Color Harmonies of #403379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403379

Black with #403379

Text Example


Text Example

White with #403379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403379; }

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

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

background-color css

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

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

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

border-color css

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

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

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