Html Css Color HEX #402681 Windsor

📋 copy color: '#402681'

red 64 ◦ green 38 ◦ blue 129

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

Shades of Windsor #402681

Tints of Windsor #402681

RGB

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

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

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

R = 27.71%
G = 16.45%
B = 55.84%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#402681 (or 0x402681) is known color: Windsor. HEX triplet: 40, 26 and 81. RGB value is (64,38,129). Sum of RGB (Red+Green+Blue) = 64+38+129=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #402681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402681 is #BFD97E. Grayscale: #373737. Windows color (decimal): -12573055 or 8463936. OLE color: 8463936.

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

Color convert

RGB 64 38 129 -
CMYK 0.50 0.71 0 0.49
HSL 257.14º 0.54% 0.33% -
HSV(B) 257.14º 0.71% 0.51% -
XYZ 6.77 4.06 21.2 -
YUV 56.15 169.11 133.6 -
System Red Green Blue C M Y K H S L
Decimal 64 38 129 0.50 0.71 0 0.49 257.14 0.54 0.33
Hex 40 26 81 32 47 0 31 101 36 21
Octal 100 46 201 62 107 0 61 401 66 41
Binary 1000000 100110 10000001 110010 1000111 0 110001 100000001 110110 100001

Color Harmonies of #402681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402681

Black with #402681

Text Example


Text Example

White with #402681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402681; }

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

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

background-color css

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

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

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

border-color css

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

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

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