Html Css Color HEX #413479 Windsor

📋 copy color: '#413479'

red 65 ◦ green 52 ◦ blue 121

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

Shades of Windsor #413479

Tints of Windsor #413479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 27.31%
G = 21.85%
B = 50.84%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413479 (or 0x413479) is known color: Windsor. HEX triplet: 41, 34 and 79. RGB value is (65,52,121). Sum of RGB (Red+Green+Blue) = 65+52+121=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #413479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413479 is #BECB86. Grayscale: #3F3F3F. Windows color (decimal): -12503943 or 7943233. OLE color: 7943233.

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

Color convert

RGB 65 52 121 -
CMYK 0.46 0.57 0 0.53
HSL 251.3º 0.4% 0.34% -
HSV(B) 251.3º 0.57% 0.47% -
XYZ 6.86 4.96 18.69 -
YUV 63.75 160.31 128.89 -
System Red Green Blue C M Y K H S L
Decimal 65 52 121 0.46 0.57 0 0.53 251.3 0.4 0.34
Hex 41 34 79 2E 39 0 35 FB 28 22
Octal 101 64 171 56 71 0 65 373 50 42
Binary 1000001 110100 1111001 101110 111001 0 110101 11111011 101000 100010

Color Harmonies of #413479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413479

Black with #413479

Text Example


Text Example

White with #413479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413479; }

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

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

background-color css

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

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

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

border-color css

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

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

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