Html Css Color HEX #403278 Windsor

📋 copy color: '#403278'

red 64 ◦ green 50 ◦ blue 120

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

Shades of Windsor #403278

Tints of Windsor #403278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

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

R = 27.35%
G = 21.37%
B = 51.28%

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

#403278 (or 0x403278) is known color: Windsor. HEX triplet: 40, 32 and 78. RGB value is (64,50,120). Sum of RGB (Red+Green+Blue) = 64+50+120=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #403278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403278 is #BFCD87. Grayscale: #3D3D3D. Windows color (decimal): -12569992 or 7877184. OLE color: 7877184.

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

Color convert

RGB 64 50 120 -
CMYK 0.47 0.58 0 0.53
HSL 252º 0.41% 0.33% -
HSV(B) 252º 0.58% 0.47% -
XYZ 6.65 4.73 18.33 -
YUV 62.17 160.64 129.31 -
System Red Green Blue C M Y K H S L
Decimal 64 50 120 0.47 0.58 0 0.53 252 0.41 0.33
Hex 40 32 78 2F 3A 0 35 FC 29 21
Octal 100 62 170 57 72 0 65 374 51 41
Binary 1000000 110010 1111000 101111 111010 0 110101 11111100 101001 100001

Color Harmonies of #403278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403278

Black with #403278

Text Example


Text Example

White with #403278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403278; }

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

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

background-color css

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

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

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

border-color css

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

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

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