Html Css Color HEX #401C71 Windsor

📋 copy color: '#401C71'

red 64 ◦ green 28 ◦ blue 113

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

Shades of Windsor #401C71

Tints of Windsor #401C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 31.22%
G = 13.66%
B = 55.12%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#401C71 (or 0x401C71) is known color: Windsor. HEX triplet: 40, 1C and 71. RGB value is (64,28,113). Sum of RGB (Red+Green+Blue) = 64+28+113=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #401C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C71 is #BFE38E. Grayscale: #303030. Windows color (decimal): -12575631 or 7412800. OLE color: 7412800.

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

Color convert

RGB 64 28 113 -
CMYK 0.43 0.75 0 0.56
HSL 265.41º 0.6% 0.28% -
HSV(B) 265.41º 0.75% 0.44% -
XYZ 5.51 3.11 15.93 -
YUV 48.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 64 28 113 0.43 0.75 0 0.56 265.41 0.6 0.28
Hex 40 1C 71 2B 4B 0 38 109 3C 1C
Octal 100 34 161 53 113 0 70 411 74 34
Binary 1000000 11100 1110001 101011 1001011 0 111000 100001001 111100 11100

Color Harmonies of #401C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C71

Black with #401C71

Text Example


Text Example

White with #401C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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