Html Css Color HEX #402380 Windsor

📋 copy color: '#402380'

red 64 ◦ green 35 ◦ blue 128

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

Shades of Windsor #402380

Tints of Windsor #402380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.42%

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

R = 28.19%
G = 15.42%
B = 56.39%

CMYK

 C value IS 0.5

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#402380 (or 0x402380) is known color: Windsor. HEX triplet: 40, 23 and 80. RGB value is (64,35,128). Sum of RGB (Red+Green+Blue) = 64+35+128=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #402380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402380 is #BFDC7F. Grayscale: #353535. Windows color (decimal): -12573824 or 8397632. OLE color: 8397632.

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

Color convert

RGB 64 35 128 -
CMYK 0.5 0.73 0 0.50
HSL 258.71º 0.57% 0.32% -
HSV(B) 258.71º 0.73% 0.5% -
XYZ 6.61 3.85 20.82 -
YUV 54.27 169.61 134.94 -
System Red Green Blue C M Y K H S L
Decimal 64 35 128 0.5 0.73 0 0.50 258.71 0.57 0.32
Hex 40 23 80 32 49 0 32 103 39 20
Octal 100 43 200 62 111 0 62 403 71 40
Binary 1000000 100011 10000000 110010 1001001 0 110010 100000011 111001 100000

Color Harmonies of #402380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402380

Black with #402380

Text Example


Text Example

White with #402380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402380; }

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

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

background-color css

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

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

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

border-color css

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

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

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