Html Css Color HEX #411D72 Windsor

📋 copy color: '#411D72'

red 65 ◦ green 29 ◦ blue 114

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

Shades of Windsor #411D72

Tints of Windsor #411D72

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.94%

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

R = 31.25%
G = 13.94%
B = 54.81%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411D72 (or 0x411D72) is known color: Windsor. HEX triplet: 41, 1D and 72. RGB value is (65,29,114). Sum of RGB (Red+Green+Blue) = 65+29+114=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 29 (11.72% from 255 or 13.94% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #411D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D72 is #BEE28D. Grayscale: #313131. Windows color (decimal): -12509838 or 7478593. OLE color: 7478593.

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

Color convert

RGB 65 29 114 -
CMYK 0.43 0.75 0 0.55
HSL 265.41º 0.59% 0.28% -
HSV(B) 265.41º 0.75% 0.45% -
XYZ 5.66 3.22 16.24 -
YUV 49.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 65 29 114 0.43 0.75 0 0.55 265.41 0.59 0.28
Hex 41 1D 72 2B 4B 0 37 109 3B 1C
Octal 101 35 162 53 113 0 67 411 73 34
Binary 1000001 11101 1110010 101011 1001011 0 110111 100001001 111011 11100

Color Harmonies of #411D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D72

Black with #411D72

Text Example


Text Example

White with #411D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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