Html Css Color HEX #413179 Windsor

📋 copy color: '#413179'

red 65 ◦ green 49 ◦ blue 121

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

Shades of Windsor #413179

Tints of Windsor #413179

RGB

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

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

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

R = 27.66%
G = 20.85%
B = 51.49%

CMYK

 C value IS 0.46

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413179 (or 0x413179) is known color: Windsor. HEX triplet: 41, 31 and 79. RGB value is (65,49,121). Sum of RGB (Red+Green+Blue) = 65+49+121=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #413179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413179 is #BECE86. Grayscale: #3D3D3D. Windows color (decimal): -12504711 or 7942465. OLE color: 7942465.

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

Color convert

RGB 65 49 121 -
CMYK 0.46 0.60 0 0.53
HSL 253.33º 0.42% 0.33% -
HSV(B) 253.33º 0.6% 0.47% -
XYZ 6.73 4.7 18.64 -
YUV 61.99 161.3 130.15 -
System Red Green Blue C M Y K H S L
Decimal 65 49 121 0.46 0.60 0 0.53 253.33 0.42 0.33
Hex 41 31 79 2E 3C 0 35 FD 2A 21
Octal 101 61 171 56 74 0 65 375 52 41
Binary 1000001 110001 1111001 101110 111100 0 110101 11111101 101010 100001

Color Harmonies of #413179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413179

Black with #413179

Text Example


Text Example

White with #413179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413179; }

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

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

background-color css

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

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

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

border-color css

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

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

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