Html Css Color HEX #402680 Windsor

📋 copy color: '#402680'

red 64 ◦ green 38 ◦ blue 128

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

Shades of Windsor #402680

Tints of Windsor #402680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.52%

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

R = 27.83%
G = 16.52%
B = 55.65%

CMYK

 C value IS 0.5

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402680 (or 0x402680) is known color: Windsor. HEX triplet: 40, 26 and 80. RGB value is (64,38,128). Sum of RGB (Red+Green+Blue) = 64+38+128=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #402680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402680 is #BFD97F. Grayscale: #373737. Windows color (decimal): -12573056 or 8398400. OLE color: 8398400.

HSL color Cylindrical-coordinate representation of color #402680: hue angle of 257.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402680 is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 38 128 -
CMYK 0.5 0.70 0 0.50
HSL 257.33º 0.54% 0.33% -
HSV(B) 257.33º 0.7% 0.5% -
XYZ 6.7 4.03 20.85 -
YUV 56.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 64 38 128 0.5 0.70 0 0.50 257.33 0.54 0.33
Hex 40 26 80 32 46 0 32 101 36 21
Octal 100 46 200 62 106 0 62 401 66 41
Binary 1000000 100110 10000000 110010 1000110 0 110010 100000001 110110 100001

Color Harmonies of #402680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402680

Black with #402680

Text Example


Text Example

White with #402680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402680; }

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

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

background-color css

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

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

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

border-color css

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

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

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