Html Css Color HEX #411A77 Windsor

📋 copy color: '#411A77'

red 65 ◦ green 26 ◦ blue 119

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

Shades of Windsor #411A77

Tints of Windsor #411A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 30.95%
G = 12.38%
B = 56.67%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411A77 (or 0x411A77) is known color: Windsor. HEX triplet: 41, 1A and 77. RGB value is (65,26,119). Sum of RGB (Red+Green+Blue) = 65+26+119=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #411A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A77 is #BEE588. Grayscale: #2F2F2F. Windows color (decimal): -12510601 or 7805505. OLE color: 7805505.

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

Color convert

RGB 65 26 119 -
CMYK 0.45 0.78 0 0.53
HSL 265.16º 0.64% 0.28% -
HSV(B) 265.16º 0.78% 0.47% -
XYZ 5.88 3.19 17.76 -
YUV 48.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 65 26 119 0.45 0.78 0 0.53 265.16 0.64 0.28
Hex 41 1A 77 2D 4E 0 35 109 40 1C
Octal 101 32 167 55 116 0 65 411 100 34
Binary 1000001 11010 1110111 101101 1001110 0 110101 100001001 1000000 11100

Color Harmonies of #411A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A77

Black with #411A77

Text Example


Text Example

White with #411A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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