Html Css Color HEX #402881 Windsor

📋 copy color: '#402881'

red 64 ◦ green 40 ◦ blue 129

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

Shades of Windsor #402881

Tints of Windsor #402881

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 27.47%
G = 17.17%
B = 55.36%

CMYK

 C value IS 0.50

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402881 (or 0x402881) is known color: Windsor. HEX triplet: 40, 28 and 81. RGB value is (64,40,129). Sum of RGB (Red+Green+Blue) = 64+40+129=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #402881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402881 is #BFD77E. Grayscale: #383838. Windows color (decimal): -12572543 or 8464448. OLE color: 8464448.

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

Color convert

RGB 64 40 129 -
CMYK 0.50 0.69 0 0.49
HSL 256.18º 0.53% 0.33% -
HSV(B) 256.18º 0.69% 0.51% -
XYZ 6.84 4.19 21.22 -
YUV 57.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 64 40 129 0.50 0.69 0 0.49 256.18 0.53 0.33
Hex 40 28 81 32 45 0 31 100 35 21
Octal 100 50 201 62 105 0 61 400 65 41
Binary 1000000 101000 10000001 110010 1000101 0 110001 100000000 110101 100001

Color Harmonies of #402881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402881

Black with #402881

Text Example


Text Example

White with #402881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402881; }

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

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

background-color css

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

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

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

border-color css

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

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

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