Html Css Color HEX #411D75 Windsor

📋 copy color: '#411D75'

red 65 ◦ green 29 ◦ blue 117

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

Shades of Windsor #411D75

Tints of Windsor #411D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.45%

R = 30.81%
G = 13.74%
B = 55.45%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411D75 (or 0x411D75) is known color: Windsor. HEX triplet: 41, 1D and 75. RGB value is (65,29,117). Sum of RGB (Red+Green+Blue) = 65+29+117=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 117 (46.09% from 255 or 55.45% from 211); Max value from RGB is 117 - color contains mainly: blue. Hex color #411D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D75 is #BEE28A. Grayscale: #313131. Windows color (decimal): -12509835 or 7675201. OLE color: 7675201.

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

Color convert

RGB 65 29 117 -
CMYK 0.44 0.75 0 0.54
HSL 264.55º 0.6% 0.29% -
HSV(B) 264.55º 0.75% 0.46% -
XYZ 5.83 3.29 17.16 -
YUV 49.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 65 29 117 0.44 0.75 0 0.54 264.55 0.6 0.29
Hex 41 1D 75 2C 4B 0 36 109 3C 1D
Octal 101 35 165 54 113 0 66 411 74 35
Binary 1000001 11101 1110101 101100 1001011 0 110110 100001001 111100 11101

Color Harmonies of #411D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D75

Black with #411D75

Text Example


Text Example

White with #411D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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