Html Css Color HEX #411A73 Windsor

📋 copy color: '#411A73'

red 65 ◦ green 26 ◦ blue 115

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

Shades of Windsor #411A73

Tints of Windsor #411A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 31.55%
G = 12.62%
B = 55.83%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411A73 (or 0x411A73) is known color: Windsor. HEX triplet: 41, 1A and 73. RGB value is (65,26,115). Sum of RGB (Red+Green+Blue) = 65+26+115=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #411A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A73 is #BEE58C. Grayscale: #2F2F2F. Windows color (decimal): -12510605 or 7543361. OLE color: 7543361.

HSL color Cylindrical-coordinate representation of color #411A73: hue angle of 266.29º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #411A73 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 26 115 -
CMYK 0.43 0.77 0 0.55
HSL 266.29º 0.63% 0.28% -
HSV(B) 266.29º 0.77% 0.45% -
XYZ 5.64 3.1 16.52 -
YUV 47.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 65 26 115 0.43 0.77 0 0.55 266.29 0.63 0.28
Hex 41 1A 73 2B 4D 0 37 10A 3F 1C
Octal 101 32 163 53 115 0 67 412 77 34
Binary 1000001 11010 1110011 101011 1001101 0 110111 100001010 111111 11100

Color Harmonies of #411A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A73

Black with #411A73

Text Example


Text Example

White with #411A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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