Html Css Color HEX #412980 Windsor

📋 copy color: '#412980'

red 65 ◦ green 41 ◦ blue 128

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

Shades of Windsor #412980

Tints of Windsor #412980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 27.78%
G = 17.52%
B = 54.7%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#412980 (or 0x412980) is known color: Windsor. HEX triplet: 41, 29 and 80. RGB value is (65,41,128). Sum of RGB (Red+Green+Blue) = 65+41+128=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #412980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412980 is #BED67F. Grayscale: #393939. Windows color (decimal): -12506752 or 8399169. OLE color: 8399169.

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

Color convert

RGB 65 41 128 -
CMYK 0.49 0.68 0 0.50
HSL 256.55º 0.51% 0.33% -
HSV(B) 256.55º 0.68% 0.5% -
XYZ 6.87 4.27 20.88 -
YUV 58.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 65 41 128 0.49 0.68 0 0.50 256.55 0.51 0.33
Hex 41 29 80 31 44 0 32 101 33 21
Octal 101 51 200 61 104 0 62 401 63 41
Binary 1000001 101001 10000000 110001 1000100 0 110010 100000001 110011 100001

Color Harmonies of #412980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412980

Black with #412980

Text Example


Text Example

White with #412980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412980; }

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

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

background-color css

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

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

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

border-color css

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

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

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