Html Css Color HEX #411E8D Windsor

📋 copy color: '#411E8D'

red 65 ◦ green 30 ◦ blue 141

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

Shades of Windsor #411E8D

Tints of Windsor #411E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 27.54%
G = 12.71%
B = 59.75%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#411E8D (or 0x411E8D) is known color: Windsor. HEX triplet: 41, 1E and 8D. RGB value is (65,30,141). Sum of RGB (Red+Green+Blue) = 65+30+141=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 30 (12.11% from 255 or 12.71% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #411E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411E8D is #BEE172. Grayscale: #343434. Windows color (decimal): -12509555 or 9248321. OLE color: 9248321.

HSL color Cylindrical-coordinate representation of color #411E8D: hue angle of 258.92º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411E8D is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 30 141 -
CMYK 0.54 0.79 0 0.45
HSL 258.92º 0.65% 0.34% -
HSV(B) 258.92º 0.79% 0.55% -
XYZ 7.45 3.98 25.57 -
YUV 53.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 65 30 141 0.54 0.79 0 0.45 258.92 0.65 0.34
Hex 41 1E 8D 36 4F 0 2D 103 41 22
Octal 101 36 215 66 117 0 55 403 101 42
Binary 1000001 11110 10001101 110110 1001111 0 101101 100000011 1000001 100010

Color Harmonies of #411E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E8D

Black with #411E8D

Text Example


Text Example

White with #411E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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