Html Css Color HEX #411F74 Windsor

📋 copy color: '#411F74'

red 65 ◦ green 31 ◦ blue 116

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

Shades of Windsor #411F74

Tints of Windsor #411F74

RGB

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

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

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

R = 30.66%
G = 14.62%
B = 54.72%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411F74 (or 0x411F74) is known color: Windsor. HEX triplet: 41, 1F and 74. RGB value is (65,31,116). Sum of RGB (Red+Green+Blue) = 65+31+116=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #411F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F74 is #BEE08B. Grayscale: #323232. Windows color (decimal): -12509324 or 7610177. OLE color: 7610177.

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

Color convert

RGB 65 31 116 -
CMYK 0.44 0.73 0 0.55
HSL 264º 0.58% 0.29% -
HSV(B) 264º 0.73% 0.45% -
XYZ 5.82 3.36 16.87 -
YUV 50.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 65 31 116 0.44 0.73 0 0.55 264 0.58 0.29
Hex 41 1F 74 2C 49 0 37 108 3A 1D
Octal 101 37 164 54 111 0 67 410 72 35
Binary 1000001 11111 1110100 101100 1001001 0 110111 100001000 111010 11101

Color Harmonies of #411F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F74

Black with #411F74

Text Example


Text Example

White with #411F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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