Html Css Color HEX #401D7F Windsor

📋 copy color: '#401D7F'

red 64 ◦ green 29 ◦ blue 127

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

Shades of Windsor #401D7F

Tints of Windsor #401D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 57.73%

R = 29.09%
G = 13.18%
B = 57.73%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#401D7F (or 0x401D7F) is known color: Windsor. HEX triplet: 40, 1D and 7F. RGB value is (64,29,127). Sum of RGB (Red+Green+Blue) = 64+29+127=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #401D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D7F is #BFE280. Grayscale: #323232. Windows color (decimal): -12575361 or 8330560. OLE color: 8330560.

HSL color Cylindrical-coordinate representation of color #401D7F: hue angle of 261.43º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401D7F is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 29 127 -
CMYK 0.50 0.77 0 0.50
HSL 261.43º 0.63% 0.31% -
HSV(B) 261.43º 0.77% 0.5% -
XYZ 6.38 3.5 20.42 -
YUV 50.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 64 29 127 0.50 0.77 0 0.50 261.43 0.63 0.31
Hex 40 1D 7F 32 4D 0 32 105 3F 1F
Octal 100 35 177 62 115 0 62 405 77 37
Binary 1000000 11101 1111111 110010 1001101 0 110010 100000101 111111 11111

Color Harmonies of #401D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D7F

Black with #401D7F

Text Example


Text Example

White with #401D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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