Html Css Color HEX #402481 Windsor

📋 copy color: '#402481'

red 64 ◦ green 36 ◦ blue 129

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

Shades of Windsor #402481

Tints of Windsor #402481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.72%

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

R = 27.95%
G = 15.72%
B = 56.33%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402481 (or 0x402481) is known color: Windsor. HEX triplet: 40, 24 and 81. RGB value is (64,36,129). Sum of RGB (Red+Green+Blue) = 64+36+129=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #402481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402481 is #BFDB7E. Grayscale: #363636. Windows color (decimal): -12573567 or 8463424. OLE color: 8463424.

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

Color convert

RGB 64 36 129 -
CMYK 0.50 0.72 0 0.49
HSL 258.06º 0.56% 0.32% -
HSV(B) 258.06º 0.72% 0.51% -
XYZ 6.71 3.94 21.18 -
YUV 54.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 64 36 129 0.50 0.72 0 0.49 258.06 0.56 0.32
Hex 40 24 81 32 48 0 31 102 38 20
Octal 100 44 201 62 110 0 61 402 70 40
Binary 1000000 100100 10000001 110010 1001000 0 110001 100000010 111000 100000

Color Harmonies of #402481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402481

Black with #402481

Text Example


Text Example

White with #402481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402481; }

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

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

background-color css

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

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

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

border-color css

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

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

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