Html Css Color HEX #411B79 Windsor

📋 copy color: '#411B79'

red 65 ◦ green 27 ◦ blue 121

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

Shades of Windsor #411B79

Tints of Windsor #411B79

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.68%

 BLUE value IS 121 (47.66% from 255) = 56.81%

R = 30.52%
G = 12.68%
B = 56.81%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411B79 (or 0x411B79) is known color: Windsor. HEX triplet: 41, 1B and 79. RGB value is (65,27,121). Sum of RGB (Red+Green+Blue) = 65+27+121=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 121 (47.66% from 255 or 56.81% from 213); Max value from RGB is 121 - color contains mainly: blue. Hex color #411B79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B79 is #BEE486. Grayscale: #303030. Windows color (decimal): -12510343 or 7936833. OLE color: 7936833.

HSL color Cylindrical-coordinate representation of color #411B79: hue angle of 264.26º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411B79 is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 27 121 -
CMYK 0.46 0.78 0 0.53
HSL 264.26º 0.64% 0.29% -
HSV(B) 264.26º 0.78% 0.47% -
XYZ 6.02 3.29 18.41 -
YUV 49.08 168.59 139.36 -
System Red Green Blue C M Y K H S L
Decimal 65 27 121 0.46 0.78 0 0.53 264.26 0.64 0.29
Hex 41 1B 79 2E 4E 0 35 108 40 1D
Octal 101 33 171 56 116 0 65 410 100 35
Binary 1000001 11011 1111001 101110 1001110 0 110101 100001000 1000000 11101

Color Harmonies of #411B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B79

Black with #411B79

Text Example


Text Example

White with #411B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,27,121); }

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

background-color css

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

 a { background-color: rgb(65,27,121); }

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

border-color css

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

 span { border-color: rgb(65,27,121); }

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