Html Css Color HEX #411A74 Windsor

📋 copy color: '#411A74'

red 65 ◦ green 26 ◦ blue 116

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

Shades of Windsor #411A74

Tints of Windsor #411A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.04%

R = 31.4%
G = 12.56%
B = 56.04%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411A74 (or 0x411A74) is known color: Windsor. HEX triplet: 41, 1A and 74. RGB value is (65,26,116). Sum of RGB (Red+Green+Blue) = 65+26+116=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #411A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A74 is #BEE58B. Grayscale: #2F2F2F. Windows color (decimal): -12510604 or 7608897. OLE color: 7608897.

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

Color convert

RGB 65 26 116 -
CMYK 0.44 0.78 0 0.55
HSL 266º 0.63% 0.28% -
HSV(B) 266º 0.78% 0.45% -
XYZ 5.7 3.12 16.83 -
YUV 47.92 166.42 140.18 -
System Red Green Blue C M Y K H S L
Decimal 65 26 116 0.44 0.78 0 0.55 266 0.63 0.28
Hex 41 1A 74 2C 4E 0 37 10A 3F 1C
Octal 101 32 164 54 116 0 67 412 77 34
Binary 1000001 11010 1110100 101100 1001110 0 110111 100001010 111111 11100

Color Harmonies of #411A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A74

Black with #411A74

Text Example


Text Example

White with #411A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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