Html Css Color HEX #403478 Windsor

📋 copy color: '#403478'

red 64 ◦ green 52 ◦ blue 120

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

Shades of Windsor #403478

Tints of Windsor #403478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 27.12%
G = 22.03%
B = 50.85%

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

#403478 (or 0x403478) is known color: Windsor. HEX triplet: 40, 34 and 78. RGB value is (64,52,120). Sum of RGB (Red+Green+Blue) = 64+52+120=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #403478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403478 is #BFCB87. Grayscale: #3F3F3F. Windows color (decimal): -12569480 or 7877696. OLE color: 7877696.

HSL color Cylindrical-coordinate representation of color #403478: hue angle of 250.59º 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 #403478 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 52 120 -
CMYK 0.47 0.57 0 0.53
HSL 250.59º 0.4% 0.34% -
HSV(B) 250.59º 0.57% 0.47% -
XYZ 6.73 4.9 18.36 -
YUV 63.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 64 52 120 0.47 0.57 0 0.53 250.59 0.4 0.34
Hex 40 34 78 2F 39 0 35 FB 28 22
Octal 100 64 170 57 71 0 65 373 50 42
Binary 1000000 110100 1111000 101111 111001 0 110101 11111011 101000 100010

Color Harmonies of #403478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403478

Black with #403478

Text Example


Text Example

White with #403478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403478; }

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

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

background-color css

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

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

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

border-color css

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

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

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