Html Css Color HEX #403180 Windsor

📋 copy color: '#403180'

red 64 ◦ green 49 ◦ blue 128

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

Shades of Windsor #403180

Tints of Windsor #403180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 26.56%
G = 20.33%
B = 53.11%

CMYK

 C value IS 0.5

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#403180 (or 0x403180) is known color: Windsor. HEX triplet: 40, 31 and 80. RGB value is (64,49,128). Sum of RGB (Red+Green+Blue) = 64+49+128=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #403180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403180 is #BFCE7F. Grayscale: #3E3E3E. Windows color (decimal): -12570240 or 8401216. OLE color: 8401216.

HSL color Cylindrical-coordinate representation of color #403180: hue angle of 251.39º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403180 is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 49 128 -
CMYK 0.5 0.62 0 0.50
HSL 251.39º 0.45% 0.35% -
HSV(B) 251.39º 0.62% 0.5% -
XYZ 7.11 4.85 20.98 -
YUV 62.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 64 49 128 0.5 0.62 0 0.50 251.39 0.45 0.35
Hex 40 31 80 32 3E 0 32 FB 2D 23
Octal 100 61 200 62 76 0 62 373 55 43
Binary 1000000 110001 10000000 110010 111110 0 110010 11111011 101101 100011

Color Harmonies of #403180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403180

Black with #403180

Text Example


Text Example

White with #403180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403180; }

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

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

background-color css

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

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

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

border-color css

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

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

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