Html Css Color HEX #401F79 Windsor

📋 copy color: '#401F79'

red 64 ◦ green 31 ◦ blue 121

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

Shades of Windsor #401F79

Tints of Windsor #401F79

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.35%

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

R = 29.63%
G = 14.35%
B = 56.02%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401F79 (or 0x401F79) is known color: Windsor. HEX triplet: 40, 1F and 79. RGB value is (64,31,121). Sum of RGB (Red+Green+Blue) = 64+31+121=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #401F79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F79 is #BFE086. Grayscale: #323232. Windows color (decimal): -12574855 or 7937856. OLE color: 7937856.

HSL color Cylindrical-coordinate representation of color #401F79: hue angle of 262º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401F79 is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 31 121 -
CMYK 0.47 0.74 0 0.53
HSL 262º 0.59% 0.3% -
HSV(B) 262º 0.74% 0.47% -
XYZ 6.06 3.45 18.44 -
YUV 51.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 64 31 121 0.47 0.74 0 0.53 262 0.59 0.3
Hex 40 1F 79 2F 4A 0 35 106 3B 1E
Octal 100 37 171 57 112 0 65 406 73 36
Binary 1000000 11111 1111001 101111 1001010 0 110101 100000110 111011 11110

Color Harmonies of #401F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F79

Black with #401F79

Text Example


Text Example

White with #401F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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