Html Css Color HEX #403080 Windsor

📋 copy color: '#403080'

red 64 ◦ green 48 ◦ blue 128

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

Shades of Windsor #403080

Tints of Windsor #403080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

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

R = 26.67%
G = 20%
B = 53.33%

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

#403080 (or 0x403080) is known color: Windsor. HEX triplet: 40, 30 and 80. RGB value is (64,48,128). Sum of RGB (Red+Green+Blue) = 64+48+128=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #403080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403080 is #BFCF7F. Grayscale: #3D3D3D. Windows color (decimal): -12570496 or 8400960. OLE color: 8400960.

HSL color Cylindrical-coordinate representation of color #403080: hue angle of 252º 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 #403080 is Cyan = 0.5, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 48 128 -
CMYK 0.5 0.62 0 0.50
HSL 252º 0.45% 0.35% -
HSV(B) 252º 0.63% 0.5% -
XYZ 7.07 4.76 20.97 -
YUV 61.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 64 48 128 0.5 0.62 0 0.50 252 0.45 0.35
Hex 40 30 80 32 3E 0 32 FC 2D 23
Octal 100 60 200 62 76 0 62 374 55 43
Binary 1000000 110000 10000000 110010 111110 0 110010 11111100 101101 100011

Color Harmonies of #403080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403080

Black with #403080

Text Example


Text Example

White with #403080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403080; }

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

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

background-color css

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

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

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

border-color css

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

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

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