Html Css Color HEX #401D72 Windsor

📋 copy color: '#401D72'

red 64 ◦ green 29 ◦ blue 114

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

Shades of Windsor #401D72

Tints of Windsor #401D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 55.07%

R = 30.92%
G = 14.01%
B = 55.07%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401D72 (or 0x401D72) is known color: Windsor. HEX triplet: 40, 1D and 72. RGB value is (64,29,114). Sum of RGB (Red+Green+Blue) = 64+29+114=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 114 (44.92% from 255 or 55.07% from 207); Max value from RGB is 114 - color contains mainly: blue. Hex color #401D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D72 is #BFE28D. Grayscale: #303030. Windows color (decimal): -12575374 or 7478592. OLE color: 7478592.

HSL color Cylindrical-coordinate representation of color #401D72: hue angle of 264.71º degrees, saturation: 0.59, 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 #401D72 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 29 114 -
CMYK 0.44 0.75 0 0.55
HSL 264.71º 0.59% 0.28% -
HSV(B) 264.71º 0.75% 0.45% -
XYZ 5.59 3.18 16.24 -
YUV 49.16 164.6 138.59 -
System Red Green Blue C M Y K H S L
Decimal 64 29 114 0.44 0.75 0 0.55 264.71 0.59 0.28
Hex 40 1D 72 2C 4B 0 37 109 3B 1C
Octal 100 35 162 54 113 0 67 411 73 34
Binary 1000000 11101 1110010 101100 1001011 0 110111 100001001 111011 11100

Color Harmonies of #401D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D72

Black with #401D72

Text Example


Text Example

White with #401D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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