Html Css Color HEX #402879 Windsor

📋 copy color: '#402879'

red 64 ◦ green 40 ◦ blue 121

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

Shades of Windsor #402879

Tints of Windsor #402879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.78%

R = 28.44%
G = 17.78%
B = 53.78%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402879 (or 0x402879) is known color: Windsor. HEX triplet: 40, 28 and 79. RGB value is (64,40,121). Sum of RGB (Red+Green+Blue) = 64+40+121=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #402879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402879 is #BFD786. Grayscale: #383838. Windows color (decimal): -12572551 or 7940160. OLE color: 7940160.

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

Color convert

RGB 64 40 121 -
CMYK 0.47 0.67 0 0.53
HSL 257.78º 0.5% 0.32% -
HSV(B) 257.78º 0.67% 0.47% -
XYZ 6.32 3.99 18.53 -
YUV 56.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 64 40 121 0.47 0.67 0 0.53 257.78 0.5 0.32
Hex 40 28 79 2F 43 0 35 102 32 20
Octal 100 50 171 57 103 0 65 402 62 40
Binary 1000000 101000 1111001 101111 1000011 0 110101 100000010 110010 100000

Color Harmonies of #402879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402879

Black with #402879

Text Example


Text Example

White with #402879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402879; }

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

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

background-color css

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

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

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

border-color css

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

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

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