Html Css Color HEX #401D74 Windsor

📋 copy color: '#401D74'

red 64 ◦ green 29 ◦ blue 116

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

Shades of Windsor #401D74

Tints of Windsor #401D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 30.62%
G = 13.88%
B = 55.5%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401D74 (or 0x401D74) is known color: Windsor. HEX triplet: 40, 1D and 74. RGB value is (64,29,116). Sum of RGB (Red+Green+Blue) = 64+29+116=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #401D74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D74 is #BFE28B. Grayscale: #313131. Windows color (decimal): -12575372 or 7609664. OLE color: 7609664.

HSL color Cylindrical-coordinate representation of color #401D74: hue angle of 264.14º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401D74 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 29 116 -
CMYK 0.45 0.75 0 0.55
HSL 264.14º 0.6% 0.28% -
HSV(B) 264.14º 0.75% 0.45% -
XYZ 5.71 3.23 16.85 -
YUV 49.38 165.6 138.43 -
System Red Green Blue C M Y K H S L
Decimal 64 29 116 0.45 0.75 0 0.55 264.14 0.6 0.28
Hex 40 1D 74 2D 4B 0 37 108 3C 1C
Octal 100 35 164 55 113 0 67 410 74 34
Binary 1000000 11101 1110100 101101 1001011 0 110111 100001000 111100 11100

Color Harmonies of #401D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D74

Black with #401D74

Text Example


Text Example

White with #401D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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