Html Css Color HEX #411F76 Windsor

📋 copy color: '#411F76'

red 65 ◦ green 31 ◦ blue 118

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

Shades of Windsor #411F76

Tints of Windsor #411F76

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.49%

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

R = 30.37%
G = 14.49%
B = 55.14%

CMYK

 C value IS 0.45

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411F76 (or 0x411F76) is known color: Windsor. HEX triplet: 41, 1F and 76. RGB value is (65,31,118). Sum of RGB (Red+Green+Blue) = 65+31+118=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #411F76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F76 is #BEE089. Grayscale: #323232. Windows color (decimal): -12509322 or 7741249. OLE color: 7741249.

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

Color convert

RGB 65 31 118 -
CMYK 0.45 0.74 0 0.54
HSL 263.45º 0.58% 0.29% -
HSV(B) 263.45º 0.74% 0.46% -
XYZ 5.94 3.41 17.49 -
YUV 51.08 165.76 137.93 -
System Red Green Blue C M Y K H S L
Decimal 65 31 118 0.45 0.74 0 0.54 263.45 0.58 0.29
Hex 41 1F 76 2D 4A 0 36 107 3A 1D
Octal 101 37 166 55 112 0 66 407 72 35
Binary 1000001 11111 1110110 101101 1001010 0 110110 100000111 111010 11101

Color Harmonies of #411F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F76

Black with #411F76

Text Example


Text Example

White with #411F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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