Html Css Color HEX #412579 Windsor

📋 copy color: '#412579'

red 65 ◦ green 37 ◦ blue 121

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

Shades of Windsor #412579

Tints of Windsor #412579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 121 (47.66% from 255) = 54.26%

R = 29.15%
G = 16.59%
B = 54.26%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412579 (or 0x412579) is known color: Windsor. HEX triplet: 41, 25 and 79. RGB value is (65,37,121). Sum of RGB (Red+Green+Blue) = 65+37+121=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #412579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412579 is #BEDA86. Grayscale: #363636. Windows color (decimal): -12507783 or 7939393. OLE color: 7939393.

HSL color Cylindrical-coordinate representation of color #412579: hue angle of 260º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #412579 is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 37 121 -
CMYK 0.46 0.69 0 0.53
HSL 260º 0.53% 0.31% -
HSV(B) 260º 0.69% 0.47% -
XYZ 6.29 3.83 18.5 -
YUV 54.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 65 37 121 0.46 0.69 0 0.53 260 0.53 0.31
Hex 41 25 79 2E 45 0 35 104 35 1F
Octal 101 45 171 56 105 0 65 404 65 37
Binary 1000001 100101 1111001 101110 1000101 0 110101 100000100 110101 11111

Color Harmonies of #412579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412579

Black with #412579

Text Example


Text Example

White with #412579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412579; }

 p { color: rgb(65,37,121); }

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

background-color css

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

 a { background-color: rgb(65,37,121); }

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

border-color css

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

 span { border-color: rgb(65,37,121); }

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