Html Css Color HEX #403479 Windsor

📋 copy color: '#403479'

red 64 ◦ green 52 ◦ blue 121

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

Shades of Windsor #403479

Tints of Windsor #403479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 27%
G = 21.94%
B = 51.05%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403479 (or 0x403479) is known color: Windsor. HEX triplet: 40, 34 and 79. RGB value is (64,52,121). Sum of RGB (Red+Green+Blue) = 64+52+121=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #403479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403479 is #BFCB86. Grayscale: #3F3F3F. Windows color (decimal): -12569479 or 7943232. OLE color: 7943232.

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

Color convert

RGB 64 52 121 -
CMYK 0.47 0.57 0 0.53
HSL 250.43º 0.4% 0.34% -
HSV(B) 250.43º 0.57% 0.47% -
XYZ 6.79 4.93 18.68 -
YUV 63.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 64 52 121 0.47 0.57 0 0.53 250.43 0.4 0.34
Hex 40 34 79 2F 39 0 35 FA 28 22
Octal 100 64 171 57 71 0 65 372 50 42
Binary 1000000 110100 1111001 101111 111001 0 110101 11111010 101000 100010

Color Harmonies of #403479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403479

Black with #403479

Text Example


Text Example

White with #403479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403479; }

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

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

background-color css

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

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

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

border-color css

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

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

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