Html Css Color HEX #413277 Windsor

📋 copy color: '#413277'

red 65 ◦ green 50 ◦ blue 119

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

Shades of Windsor #413277

Tints of Windsor #413277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 27.78%
G = 21.37%
B = 50.85%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#413277 (or 0x413277) is known color: Windsor. HEX triplet: 41, 32 and 77. RGB value is (65,50,119). Sum of RGB (Red+Green+Blue) = 65+50+119=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #413277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413277 is #BECD88. Grayscale: #3E3E3E. Windows color (decimal): -12504457 or 7811649. OLE color: 7811649.

HSL color Cylindrical-coordinate representation of color #413277: hue angle of 253.04º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413277 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 50 119 -
CMYK 0.45 0.58 0 0.53
HSL 253.04º 0.41% 0.33% -
HSV(B) 253.04º 0.58% 0.47% -
XYZ 6.65 4.74 18.02 -
YUV 62.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 65 50 119 0.45 0.58 0 0.53 253.04 0.41 0.33
Hex 41 32 77 2D 3A 0 35 FD 29 21
Octal 101 62 167 55 72 0 65 375 51 41
Binary 1000001 110010 1110111 101101 111010 0 110101 11111101 101001 100001

Color Harmonies of #413277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413277

Black with #413277

Text Example


Text Example

White with #413277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413277; }

 p { color: rgb(65,50,119); }

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

background-color css

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

 a { background-color: rgb(65,50,119); }

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

border-color css

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

 span { border-color: rgb(65,50,119); }

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