Html Css Color HEX #411A76 Windsor

📋 copy color: '#411A76'

red 65 ◦ green 26 ◦ blue 118

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

Shades of Windsor #411A76

Tints of Windsor #411A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 118 (46.48% from 255) = 56.46%

R = 31.1%
G = 12.44%
B = 56.46%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411A76 (or 0x411A76) is known color: Windsor. HEX triplet: 41, 1A and 76. RGB value is (65,26,118). Sum of RGB (Red+Green+Blue) = 65+26+118=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #411A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A76 is #BEE589. Grayscale: #2F2F2F. Windows color (decimal): -12510602 or 7739969. OLE color: 7739969.

HSL color Cylindrical-coordinate representation of color #411A76: hue angle of 265.43º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411A76 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 26 118 -
CMYK 0.45 0.78 0 0.54
HSL 265.43º 0.64% 0.28% -
HSV(B) 265.43º 0.78% 0.46% -
XYZ 5.82 3.17 17.44 -
YUV 48.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 65 26 118 0.45 0.78 0 0.54 265.43 0.64 0.28
Hex 41 1A 76 2D 4E 0 36 109 40 1C
Octal 101 32 166 55 116 0 66 411 100 34
Binary 1000001 11010 1110110 101101 1001110 0 110110 100001001 1000000 11100

Color Harmonies of #411A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A76

Black with #411A76

Text Example


Text Example

White with #411A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,118); }

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

background-color css

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

 a { background-color: rgb(65,26,118); }

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

border-color css

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

 span { border-color: rgb(65,26,118); }

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