Html Css Color HEX #412179 Windsor

📋 copy color: '#412179'

red 65 ◦ green 33 ◦ blue 121

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

Shades of Windsor #412179

Tints of Windsor #412179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

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

R = 29.68%
G = 15.07%
B = 55.25%

CMYK

 C value IS 0.46

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412179 (or 0x412179) is known color: Windsor. HEX triplet: 41, 21 and 79. RGB value is (65,33,121). Sum of RGB (Red+Green+Blue) = 65+33+121=219 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.68% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 121 (47.66% from 255 or 55.25% from 219); Max value from RGB is 121 - color contains mainly: blue. Hex color #412179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412179 is #BEDE86. Grayscale: #343434. Windows color (decimal): -12508807 or 7938369. OLE color: 7938369.

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

Color convert

RGB 65 33 121 -
CMYK 0.46 0.73 0 0.53
HSL 261.82º 0.57% 0.3% -
HSV(B) 261.82º 0.73% 0.47% -
XYZ 6.18 3.59 18.46 -
YUV 52.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 65 33 121 0.46 0.73 0 0.53 261.82 0.57 0.3
Hex 41 21 79 2E 49 0 35 106 39 1E
Octal 101 41 171 56 111 0 65 406 71 36
Binary 1000001 100001 1111001 101110 1001001 0 110101 100000110 111001 11110

Color Harmonies of #412179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412179

Black with #412179

Text Example


Text Example

White with #412179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412179; }

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

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

background-color css

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

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

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

border-color css

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

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

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