Html Css Color HEX #412986 Windsor

📋 copy color: '#412986'

red 65 ◦ green 41 ◦ blue 134

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

Shades of Windsor #412986

Tints of Windsor #412986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 55.83%

R = 27.08%
G = 17.08%
B = 55.83%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412986 (or 0x412986) is known color: Windsor. HEX triplet: 41, 29 and 86. RGB value is (65,41,134). Sum of RGB (Red+Green+Blue) = 65+41+134=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #412986 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412986 is #BED679. Grayscale: #3A3A3A. Windows color (decimal): -12506746 or 8792385. OLE color: 8792385.

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

Color convert

RGB 65 41 134 -
CMYK 0.51 0.69 0 0.47
HSL 255.48º 0.53% 0.34% -
HSV(B) 255.48º 0.69% 0.53% -
XYZ 7.28 4.43 23.03 -
YUV 58.78 170.45 132.44 -
System Red Green Blue C M Y K H S L
Decimal 65 41 134 0.51 0.69 0 0.47 255.48 0.53 0.34
Hex 41 29 86 33 45 0 2F FF 35 22
Octal 101 51 206 63 105 0 57 377 65 42
Binary 1000001 101001 10000110 110011 1000101 0 101111 11111111 110101 100010

Color Harmonies of #412986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412986

Black with #412986

Text Example


Text Example

White with #412986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412986; }

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

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

background-color css

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

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

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

border-color css

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

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

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