Html Css Color HEX #413177 Windsor

📋 copy color: '#413177'

red 65 ◦ green 49 ◦ blue 119

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

Shades of Windsor #413177

Tints of Windsor #413177

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 27.9%
G = 21.03%
B = 51.07%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413177 (or 0x413177) is known color: Windsor. HEX triplet: 41, 31 and 77. RGB value is (65,49,119). Sum of RGB (Red+Green+Blue) = 65+49+119=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #413177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413177 is #BECE88. Grayscale: #3D3D3D. Windows color (decimal): -12504713 or 7811393. OLE color: 7811393.

HSL color Cylindrical-coordinate representation of color #413177: hue angle of 253.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #413177 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 49 119 -
CMYK 0.45 0.59 0 0.53
HSL 253.71º 0.42% 0.33% -
HSV(B) 253.71º 0.59% 0.47% -
XYZ 6.61 4.65 18 -
YUV 61.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 65 49 119 0.45 0.59 0 0.53 253.71 0.42 0.33
Hex 41 31 77 2D 3B 0 35 FE 2A 21
Octal 101 61 167 55 73 0 65 376 52 41
Binary 1000001 110001 1110111 101101 111011 0 110101 11111110 101010 100001

Color Harmonies of #413177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413177

Black with #413177

Text Example


Text Example

White with #413177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413177; }

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

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

background-color css

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

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

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

border-color css

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

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

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