Html Css Color HEX #403276 Windsor

📋 copy color: '#403276'

red 64 ◦ green 50 ◦ blue 118

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

Shades of Windsor #403276

Tints of Windsor #403276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 27.59%
G = 21.55%
B = 50.86%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#403276 (or 0x403276) is known color: Windsor. HEX triplet: 40, 32 and 76. RGB value is (64,50,118). Sum of RGB (Red+Green+Blue) = 64+50+118=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #403276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403276 is #BFCD89. Grayscale: #3D3D3D. Windows color (decimal): -12569994 or 7746112. OLE color: 7746112.

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

Color convert

RGB 64 50 118 -
CMYK 0.46 0.58 0 0.54
HSL 252.35º 0.4% 0.33% -
HSV(B) 252.35º 0.58% 0.46% -
XYZ 6.52 4.68 17.7 -
YUV 61.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 64 50 118 0.46 0.58 0 0.54 252.35 0.4 0.33
Hex 40 32 76 2E 3A 0 36 FC 28 21
Octal 100 62 166 56 72 0 66 374 50 41
Binary 1000000 110010 1110110 101110 111010 0 110110 11111100 101000 100001

Color Harmonies of #403276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403276

Black with #403276

Text Example


Text Example

White with #403276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403276; }

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

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

background-color css

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

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

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

border-color css

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

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

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