Html Css Color HEX #413180 Windsor

📋 copy color: '#413180'

red 65 ◦ green 49 ◦ blue 128

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

Shades of Windsor #413180

Tints of Windsor #413180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 26.86%
G = 20.25%
B = 52.89%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#413180 (or 0x413180) is known color: Windsor. HEX triplet: 41, 31 and 80. RGB value is (65,49,128). Sum of RGB (Red+Green+Blue) = 65+49+128=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #413180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413180 is #BECE7F. Grayscale: #3E3E3E. Windows color (decimal): -12504704 or 8401217. OLE color: 8401217.

HSL color Cylindrical-coordinate representation of color #413180: hue angle of 252.15º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #413180 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 49 128 -
CMYK 0.49 0.62 0 0.50
HSL 252.15º 0.45% 0.35% -
HSV(B) 252.15º 0.62% 0.5% -
XYZ 7.17 4.88 20.99 -
YUV 62.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 65 49 128 0.49 0.62 0 0.50 252.15 0.45 0.35
Hex 41 31 80 31 3E 0 32 FC 2D 23
Octal 101 61 200 61 76 0 62 374 55 43
Binary 1000001 110001 10000000 110001 111110 0 110010 11111100 101101 100011

Color Harmonies of #413180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413180

Black with #413180

Text Example


Text Example

White with #413180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413180; }

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

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

background-color css

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

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

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

border-color css

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

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

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