Html Css Color HEX #402379 Windsor

📋 copy color: '#402379'

red 64 ◦ green 35 ◦ blue 121

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

Shades of Windsor #402379

Tints of Windsor #402379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 29.09%
G = 15.91%
B = 55%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402379 (or 0x402379) is known color: Windsor. HEX triplet: 40, 23 and 79. RGB value is (64,35,121). Sum of RGB (Red+Green+Blue) = 64+35+121=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 121 (47.66% from 255 or 55% from 220); Max value from RGB is 121 - color contains mainly: blue. Hex color #402379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402379 is #BFDC86. Grayscale: #353535. Windows color (decimal): -12573831 or 7938880. OLE color: 7938880.

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

Color convert

RGB 64 35 121 -
CMYK 0.47 0.71 0 0.53
HSL 260.23º 0.55% 0.31% -
HSV(B) 260.23º 0.71% 0.47% -
XYZ 6.17 3.67 18.47 -
YUV 53.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 64 35 121 0.47 0.71 0 0.53 260.23 0.55 0.31
Hex 40 23 79 2F 47 0 35 104 37 1F
Octal 100 43 171 57 107 0 65 404 67 37
Binary 1000000 100011 1111001 101111 1000111 0 110101 100000100 110111 11111

Color Harmonies of #402379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402379

Black with #402379

Text Example


Text Example

White with #402379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402379; }

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

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

background-color css

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

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

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

border-color css

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

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

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