Html Css Color HEX #412977 Windsor

📋 copy color: '#412977'

red 65 ◦ green 41 ◦ blue 119

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

Shades of Windsor #412977

Tints of Windsor #412977

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 28.89%
G = 18.22%
B = 52.89%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#412977 (or 0x412977) is known color: Windsor. HEX triplet: 41, 29 and 77. RGB value is (65,41,119). Sum of RGB (Red+Green+Blue) = 65+41+119=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #412977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412977 is #BED688. Grayscale: #383838. Windows color (decimal): -12506761 or 7809345. OLE color: 7809345.

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

Color convert

RGB 65 41 119 -
CMYK 0.45 0.66 0 0.53
HSL 258.46º 0.49% 0.31% -
HSV(B) 258.46º 0.66% 0.47% -
XYZ 6.3 4.04 17.9 -
YUV 57.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 65 41 119 0.45 0.66 0 0.53 258.46 0.49 0.31
Hex 41 29 77 2D 42 0 35 102 31 1F
Octal 101 51 167 55 102 0 65 402 61 37
Binary 1000001 101001 1110111 101101 1000010 0 110101 100000010 110001 11111

Color Harmonies of #412977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412977

Black with #412977

Text Example


Text Example

White with #412977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412977; }

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

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

background-color css

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

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

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

border-color css

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

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

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