Html Css Color HEX #413176 Windsor

📋 copy color: '#413176'

red 65 ◦ green 49 ◦ blue 118

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

Shades of Windsor #413176

Tints of Windsor #413176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 28.02%
G = 21.12%
B = 50.86%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#413176 (or 0x413176) is known color: Windsor. HEX triplet: 41, 31 and 76. RGB value is (65,49,118). Sum of RGB (Red+Green+Blue) = 65+49+118=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #413176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413176 is #BECE89. Grayscale: #3D3D3D. Windows color (decimal): -12504714 or 7745857. OLE color: 7745857.

HSL color Cylindrical-coordinate representation of color #413176: hue angle of 253.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413176 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 49 118 -
CMYK 0.45 0.58 0 0.54
HSL 253.91º 0.41% 0.33% -
HSV(B) 253.91º 0.58% 0.46% -
XYZ 6.55 4.63 17.69 -
YUV 61.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 65 49 118 0.45 0.58 0 0.54 253.91 0.41 0.33
Hex 41 31 76 2D 3A 0 36 FE 29 21
Octal 101 61 166 55 72 0 66 376 51 41
Binary 1000001 110001 1110110 101101 111010 0 110110 11111110 101001 100001

Color Harmonies of #413176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413176

Black with #413176

Text Example


Text Example

White with #413176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413176; }

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

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

background-color css

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

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

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

border-color css

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

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

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