Html Css Color HEX #402779 Windsor

📋 copy color: '#402779'

red 64 ◦ green 39 ◦ blue 121

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

Shades of Windsor #402779

Tints of Windsor #402779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 28.57%
G = 17.41%
B = 54.02%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402779 (or 0x402779) is known color: Windsor. HEX triplet: 40, 27 and 79. RGB value is (64,39,121). Sum of RGB (Red+Green+Blue) = 64+39+121=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #402779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402779 is #BFD886. Grayscale: #373737. Windows color (decimal): -12572807 or 7939904. OLE color: 7939904.

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

Color convert

RGB 64 39 121 -
CMYK 0.47 0.68 0 0.53
HSL 258.29º 0.51% 0.31% -
HSV(B) 258.29º 0.68% 0.47% -
XYZ 6.29 3.92 18.51 -
YUV 55.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 64 39 121 0.47 0.68 0 0.53 258.29 0.51 0.31
Hex 40 27 79 2F 44 0 35 102 33 1F
Octal 100 47 171 57 104 0 65 402 63 37
Binary 1000000 100111 1111001 101111 1000100 0 110101 100000010 110011 11111

Color Harmonies of #402779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402779

Black with #402779

Text Example


Text Example

White with #402779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402779; }

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

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

background-color css

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

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

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

border-color css

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

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

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