Html Css Color HEX #413276 Windsor

📋 copy color: '#413276'

red 65 ◦ green 50 ◦ blue 118

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

Shades of Windsor #413276

Tints of Windsor #413276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 27.9%
G = 21.46%
B = 50.64%

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

#413276 (or 0x413276) is known color: Windsor. HEX triplet: 41, 32 and 76. RGB value is (65,50,118). Sum of RGB (Red+Green+Blue) = 65+50+118=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #413276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413276 is #BECD89. Grayscale: #3D3D3D. Windows color (decimal): -12504458 or 7746113. OLE color: 7746113.

HSL color Cylindrical-coordinate representation of color #413276: hue angle of 253.24º degrees, saturation: 0.4, 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 #413276 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 50 118 -
CMYK 0.45 0.58 0 0.54
HSL 253.24º 0.4% 0.33% -
HSV(B) 253.24º 0.58% 0.46% -
XYZ 6.59 4.71 17.7 -
YUV 62.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 65 50 118 0.45 0.58 0 0.54 253.24 0.4 0.33
Hex 41 32 76 2D 3A 0 36 FD 28 21
Octal 101 62 166 55 72 0 66 375 50 41
Binary 1000001 110010 1110110 101101 111010 0 110110 11111101 101000 100001

Color Harmonies of #413276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413276

Black with #413276

Text Example


Text Example

White with #413276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413276; }

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

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

background-color css

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

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

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

border-color css

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

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

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