Html Css Color HEX #403177 Windsor

📋 copy color: '#403177'

red 64 ◦ green 49 ◦ blue 119

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

Shades of Windsor #403177

Tints of Windsor #403177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 51.29%

R = 27.59%
G = 21.12%
B = 51.29%

CMYK

 C value IS 0.46

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403177 (or 0x403177) is known color: Windsor. HEX triplet: 40, 31 and 77. RGB value is (64,49,119). Sum of RGB (Red+Green+Blue) = 64+49+119=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #403177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403177 is #BFCE88. Grayscale: #3D3D3D. Windows color (decimal): -12570249 or 7811392. OLE color: 7811392.

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

Color convert

RGB 64 49 119 -
CMYK 0.46 0.59 0 0.53
HSL 252.86º 0.42% 0.33% -
HSV(B) 252.86º 0.59% 0.47% -
XYZ 6.54 4.62 18 -
YUV 61.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 64 49 119 0.46 0.59 0 0.53 252.86 0.42 0.33
Hex 40 31 77 2E 3B 0 35 FD 2A 21
Octal 100 61 167 56 73 0 65 375 52 41
Binary 1000000 110001 1110111 101110 111011 0 110101 11111101 101010 100001

Color Harmonies of #403177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403177

Black with #403177

Text Example


Text Example

White with #403177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403177; }

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

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

background-color css

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

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

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

border-color css

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

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

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