Html Css Color HEX #403176 Windsor

📋 copy color: '#403176'

red 64 ◦ green 49 ◦ blue 118

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

Shades of Windsor #403176

Tints of Windsor #403176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 27.71%
G = 21.21%
B = 51.08%

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

#403176 (or 0x403176) is known color: Windsor. HEX triplet: 40, 31 and 76. RGB value is (64,49,118). Sum of RGB (Red+Green+Blue) = 64+49+118=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #403176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403176 is #BFCE89. Grayscale: #3D3D3D. Windows color (decimal): -12570250 or 7745856. OLE color: 7745856.

HSL color Cylindrical-coordinate representation of color #403176: hue angle of 253.04º degrees, saturation: 0.41, 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 #403176 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 49 118 -
CMYK 0.46 0.58 0 0.54
HSL 253.04º 0.41% 0.33% -
HSV(B) 253.04º 0.58% 0.46% -
XYZ 6.48 4.59 17.68 -
YUV 61.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 64 49 118 0.46 0.58 0 0.54 253.04 0.41 0.33
Hex 40 31 76 2E 3A 0 36 FD 29 21
Octal 100 61 166 56 72 0 66 375 51 41
Binary 1000000 110001 1110110 101110 111010 0 110110 11111101 101001 100001

Color Harmonies of #403176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403176

Black with #403176

Text Example


Text Example

White with #403176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403176; }

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

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

background-color css

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

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

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

border-color css

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

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

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