Html Css Color HEX #401D76 Windsor

📋 copy color: '#401D76'

red 64 ◦ green 29 ◦ blue 118

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

Shades of Windsor #401D76

Tints of Windsor #401D76

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.74%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 30.33%
G = 13.74%
B = 55.92%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401D76 (or 0x401D76) is known color: Windsor. HEX triplet: 40, 1D and 76. RGB value is (64,29,118). Sum of RGB (Red+Green+Blue) = 64+29+118=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #401D76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D76 is #BFE289. Grayscale: #313131. Windows color (decimal): -12575370 or 7740736. OLE color: 7740736.

HSL color Cylindrical-coordinate representation of color #401D76: hue angle of 263.6º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401D76 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 29 118 -
CMYK 0.46 0.75 0 0.54
HSL 263.6º 0.61% 0.29% -
HSV(B) 263.6º 0.75% 0.46% -
XYZ 5.82 3.28 17.47 -
YUV 49.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 64 29 118 0.46 0.75 0 0.54 263.6 0.61 0.29
Hex 40 1D 76 2E 4B 0 36 108 3D 1D
Octal 100 35 166 56 113 0 66 410 75 35
Binary 1000000 11101 1110110 101110 1001011 0 110110 100001000 111101 11101

Color Harmonies of #401D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D76

Black with #401D76

Text Example


Text Example

White with #401D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,118); }

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

background-color css

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

 a { background-color: rgb(64,29,118); }

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

border-color css

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

 span { border-color: rgb(64,29,118); }

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