Html Css Color HEX #403179 Windsor

📋 copy color: '#403179'

red 64 ◦ green 49 ◦ blue 121

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

Shades of Windsor #403179

Tints of Windsor #403179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.71%

R = 27.35%
G = 20.94%
B = 51.71%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#403179 (or 0x403179) is known color: Windsor. HEX triplet: 40, 31 and 79. RGB value is (64,49,121). Sum of RGB (Red+Green+Blue) = 64+49+121=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 121 (47.66% from 255 or 51.71% from 234); Max value from RGB is 121 - color contains mainly: blue. Hex color #403179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403179 is #BFCE86. Grayscale: #3D3D3D. Windows color (decimal): -12570247 or 7942464. OLE color: 7942464.

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

Color convert

RGB 64 49 121 -
CMYK 0.47 0.60 0 0.53
HSL 252.5º 0.42% 0.33% -
HSV(B) 252.5º 0.6% 0.47% -
XYZ 6.66 4.67 18.64 -
YUV 61.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 64 49 121 0.47 0.60 0 0.53 252.5 0.42 0.33
Hex 40 31 79 2F 3C 0 35 FD 2A 21
Octal 100 61 171 57 74 0 65 375 52 41
Binary 1000000 110001 1111001 101111 111100 0 110101 11111101 101010 100001

Color Harmonies of #403179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403179

Black with #403179

Text Example


Text Example

White with #403179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403179; }

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

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

background-color css

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

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

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

border-color css

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

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

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