Html Css Color HEX #402C79 Windsor

📋 copy color: '#402C79'

red 64 ◦ green 44 ◦ blue 121

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

Shades of Windsor #402C79

Tints of Windsor #402C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.21%

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

R = 27.95%
G = 19.21%
B = 52.84%

CMYK

 C value IS 0.47

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#402C79 (or 0x402C79) is known color: Windsor. HEX triplet: 40, 2C and 79. RGB value is (64,44,121). Sum of RGB (Red+Green+Blue) = 64+44+121=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #402C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402C79 is #BFD386. Grayscale: #3A3A3A. Windows color (decimal): -12571527 or 7941184. OLE color: 7941184.

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

Color convert

RGB 64 44 121 -
CMYK 0.47 0.64 0 0.53
HSL 255.58º 0.47% 0.32% -
HSV(B) 255.58º 0.64% 0.47% -
XYZ 6.47 4.27 18.57 -
YUV 58.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 64 44 121 0.47 0.64 0 0.53 255.58 0.47 0.32
Hex 40 2C 79 2F 40 0 35 100 2F 20
Octal 100 54 171 57 100 0 65 400 57 40
Binary 1000000 101100 1111001 101111 1000000 0 110101 100000000 101111 100000

Color Harmonies of #402C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C79

Black with #402C79

Text Example


Text Example

White with #402C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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