Html Css Color HEX #401F77 Windsor

📋 copy color: '#401F77'

red 64 ◦ green 31 ◦ blue 119

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

Shades of Windsor #401F77

Tints of Windsor #401F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.61%

R = 29.91%
G = 14.49%
B = 55.61%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401F77 (or 0x401F77) is known color: Windsor. HEX triplet: 40, 1F and 77. RGB value is (64,31,119). Sum of RGB (Red+Green+Blue) = 64+31+119=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #401F77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F77 is #BFE088. Grayscale: #323232. Windows color (decimal): -12574857 or 7806784. OLE color: 7806784.

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

Color convert

RGB 64 31 119 -
CMYK 0.46 0.74 0 0.53
HSL 262.5º 0.59% 0.29% -
HSV(B) 262.5º 0.74% 0.47% -
XYZ 5.93 3.4 17.8 -
YUV 50.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 64 31 119 0.46 0.74 0 0.53 262.5 0.59 0.29
Hex 40 1F 77 2E 4A 0 35 106 3B 1D
Octal 100 37 167 56 112 0 65 406 73 35
Binary 1000000 11111 1110111 101110 1001010 0 110101 100000110 111011 11101

Color Harmonies of #401F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F77

Black with #401F77

Text Example


Text Example

White with #401F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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