Html Css Color HEX #402981 Windsor

📋 copy color: '#402981'

red 64 ◦ green 41 ◦ blue 129

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

Shades of Windsor #402981

Tints of Windsor #402981

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 129 (50.78% from 255) = 55.13%

R = 27.35%
G = 17.52%
B = 55.13%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402981 (or 0x402981) is known color: Windsor. HEX triplet: 40, 29 and 81. RGB value is (64,41,129). Sum of RGB (Red+Green+Blue) = 64+41+129=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #402981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402981 is #BFD67E. Grayscale: #393939. Windows color (decimal): -12572287 or 8464704. OLE color: 8464704.

HSL color Cylindrical-coordinate representation of color #402981: hue angle of 255.68º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402981 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 41 129 -
CMYK 0.50 0.68 0 0.49
HSL 255.68º 0.52% 0.33% -
HSV(B) 255.68º 0.68% 0.51% -
XYZ 6.87 4.26 21.23 -
YUV 57.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 64 41 129 0.50 0.68 0 0.49 255.68 0.52 0.33
Hex 40 29 81 32 44 0 31 100 34 21
Octal 100 51 201 62 104 0 61 400 64 41
Binary 1000000 101001 10000001 110010 1000100 0 110001 100000000 110100 100001

Color Harmonies of #402981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402981

Black with #402981

Text Example


Text Example

White with #402981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402981; }

 p { color: rgb(64,41,129); }

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

background-color css

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

 a { background-color: rgb(64,41,129); }

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

border-color css

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

 span { border-color: rgb(64,41,129); }

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