Html Css Color HEX #412379 Windsor

📋 copy color: '#412379'

red 65 ◦ green 35 ◦ blue 121

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

Shades of Windsor #412379

Tints of Windsor #412379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

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

R = 29.41%
G = 15.84%
B = 54.75%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412379 (or 0x412379) is known color: Windsor. HEX triplet: 41, 23 and 79. RGB value is (65,35,121). Sum of RGB (Red+Green+Blue) = 65+35+121=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #412379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412379 is #BEDC86. Grayscale: #353535. Windows color (decimal): -12508295 or 7938881. OLE color: 7938881.

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

Color convert

RGB 65 35 121 -
CMYK 0.46 0.71 0 0.53
HSL 260.93º 0.55% 0.31% -
HSV(B) 260.93º 0.71% 0.47% -
XYZ 6.23 3.71 18.48 -
YUV 53.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 65 35 121 0.46 0.71 0 0.53 260.93 0.55 0.31
Hex 41 23 79 2E 47 0 35 105 37 1F
Octal 101 43 171 56 107 0 65 405 67 37
Binary 1000001 100011 1111001 101110 1000111 0 110101 100000101 110111 11111

Color Harmonies of #412379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412379

Black with #412379

Text Example


Text Example

White with #412379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412379; }

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

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

background-color css

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

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

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

border-color css

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

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

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