Html Css Color HEX #411B77 Windsor

📋 copy color: '#411B77'

red 65 ◦ green 27 ◦ blue 119

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

Shades of Windsor #411B77

Tints of Windsor #411B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 30.81%
G = 12.8%
B = 56.4%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411B77 (or 0x411B77) is known color: Windsor. HEX triplet: 41, 1B and 77. RGB value is (65,27,119). Sum of RGB (Red+Green+Blue) = 65+27+119=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #411B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B77 is #BEE488. Grayscale: #303030. Windows color (decimal): -12510345 or 7805761. OLE color: 7805761.

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

Color convert

RGB 65 27 119 -
CMYK 0.45 0.77 0 0.53
HSL 264.78º 0.63% 0.29% -
HSV(B) 264.78º 0.77% 0.47% -
XYZ 5.9 3.24 17.77 -
YUV 48.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 65 27 119 0.45 0.77 0 0.53 264.78 0.63 0.29
Hex 41 1B 77 2D 4D 0 35 109 3F 1D
Octal 101 33 167 55 115 0 65 411 77 35
Binary 1000001 11011 1110111 101101 1001101 0 110101 100001001 111111 11101

Color Harmonies of #411B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B77

Black with #411B77

Text Example


Text Example

White with #411B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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