Html Css Color HEX #401B77 Windsor

📋 copy color: '#401B77'

red 64 ◦ green 27 ◦ blue 119

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

Shades of Windsor #401B77

Tints of Windsor #401B77

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.86%

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

R = 30.48%
G = 12.86%
B = 56.67%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401B77 (or 0x401B77) is known color: Windsor. HEX triplet: 40, 1B and 77. RGB value is (64,27,119). Sum of RGB (Red+Green+Blue) = 64+27+119=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #401B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B77 is #BFE488. Grayscale: #303030. Windows color (decimal): -12575881 or 7805760. OLE color: 7805760.

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

Color convert

RGB 64 27 119 -
CMYK 0.46 0.77 0 0.53
HSL 264.13º 0.63% 0.29% -
HSV(B) 264.13º 0.77% 0.47% -
XYZ 5.84 3.21 17.76 -
YUV 48.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 64 27 119 0.46 0.77 0 0.53 264.13 0.63 0.29
Hex 40 1B 77 2E 4D 0 35 108 3F 1D
Octal 100 33 167 56 115 0 65 410 77 35
Binary 1000000 11011 1110111 101110 1001101 0 110101 100001000 111111 11101

Color Harmonies of #401B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B77

Black with #401B77

Text Example


Text Example

White with #401B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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