Html Css Color HEX #411F72 Windsor

📋 copy color: '#411F72'

red 65 ◦ green 31 ◦ blue 114

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

Shades of Windsor #411F72

Tints of Windsor #411F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.29%

R = 30.95%
G = 14.76%
B = 54.29%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411F72 (or 0x411F72) is known color: Windsor. HEX triplet: 41, 1F and 72. RGB value is (65,31,114). Sum of RGB (Red+Green+Blue) = 65+31+114=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 114 (44.92% from 255 or 54.29% from 210); Max value from RGB is 114 - color contains mainly: blue. Hex color #411F72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F72 is #BEE08D. Grayscale: #323232. Windows color (decimal): -12509326 or 7479105. OLE color: 7479105.

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

Color convert

RGB 65 31 114 -
CMYK 0.43 0.73 0 0.55
HSL 264.58º 0.57% 0.28% -
HSV(B) 264.58º 0.73% 0.45% -
XYZ 5.71 3.32 16.26 -
YUV 50.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 65 31 114 0.43 0.73 0 0.55 264.58 0.57 0.28
Hex 41 1F 72 2B 49 0 37 109 39 1C
Octal 101 37 162 53 111 0 67 411 71 34
Binary 1000001 11111 1110010 101011 1001001 0 110111 100001001 111001 11100

Color Harmonies of #411F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F72

Black with #411F72

Text Example


Text Example

White with #411F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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