Html Css Color HEX #401C77 Windsor

📋 copy color: '#401C77'

red 64 ◦ green 28 ◦ blue 119

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

Shades of Windsor #401C77

Tints of Windsor #401C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.27%

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

R = 30.33%
G = 13.27%
B = 56.4%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401C77 (or 0x401C77) is known color: Windsor. HEX triplet: 40, 1C and 77. RGB value is (64,28,119). Sum of RGB (Red+Green+Blue) = 64+28+119=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #401C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C77 is #BFE388. Grayscale: #303030. Windows color (decimal): -12575625 or 7806016. OLE color: 7806016.

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

Color convert

RGB 64 28 119 -
CMYK 0.46 0.76 0 0.53
HSL 263.74º 0.62% 0.29% -
HSV(B) 263.74º 0.76% 0.47% -
XYZ 5.86 3.25 17.77 -
YUV 49.14 167.43 138.6 -
System Red Green Blue C M Y K H S L
Decimal 64 28 119 0.46 0.76 0 0.53 263.74 0.62 0.29
Hex 40 1C 77 2E 4C 0 35 108 3E 1D
Octal 100 34 167 56 114 0 65 410 76 35
Binary 1000000 11100 1110111 101110 1001100 0 110101 100001000 111110 11101

Color Harmonies of #401C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C77

Black with #401C77

Text Example


Text Example

White with #401C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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