Html Css Color HEX #411E71 Windsor

📋 copy color: '#411E71'

red 65 ◦ green 30 ◦ blue 113

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

Shades of Windsor #411E71

Tints of Windsor #411E71

RGB

 RED value IS 65 (25.78% from 255) = 31.25%

 GREEN value IS 30 (12.11% from 255) = 14.42%

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

R = 31.25%
G = 14.42%
B = 54.33%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411E71 (or 0x411E71) is known color: Windsor. HEX triplet: 41, 1E and 71. RGB value is (65,30,113). Sum of RGB (Red+Green+Blue) = 65+30+113=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #411E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411E71 is #BEE18E. Grayscale: #313131. Windows color (decimal): -12509583 or 7413313. OLE color: 7413313.

HSL color Cylindrical-coordinate representation of color #411E71: hue angle of 265.3º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #411E71 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 30 113 -
CMYK 0.42 0.73 0 0.56
HSL 265.3º 0.58% 0.28% -
HSV(B) 265.3º 0.73% 0.44% -
XYZ 5.62 3.24 15.95 -
YUV 49.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 65 30 113 0.42 0.73 0 0.56 265.3 0.58 0.28
Hex 41 1E 71 2A 49 0 38 109 3A 1C
Octal 101 36 161 52 111 0 70 411 72 34
Binary 1000001 11110 1110001 101010 1001001 0 111000 100001001 111010 11100

Color Harmonies of #411E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E71

Black with #411E71

Text Example


Text Example

White with #411E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E71; }

 p { color: rgb(65,30,113); }

 H1.HeaderClassName
 {
   color: #411E71;
 }
 .AnyTagClassName
 {
   color: #411E71;
 }
</style>

background-color css

<style>
 a { background-color: #411E71; }

 a { background-color: rgb(65,30,113); }

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

border-color css

<style>
 span { border-color: #411E71; }

 span { border-color: rgb(65,30,113); }

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