Html Css Color HEX #412487 Windsor

📋 copy color: '#412487'

red 65 ◦ green 36 ◦ blue 135

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

Shades of Windsor #412487

Tints of Windsor #412487

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 27.54%
G = 15.25%
B = 57.2%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412487 (or 0x412487) is known color: Windsor. HEX triplet: 41, 24 and 87. RGB value is (65,36,135). Sum of RGB (Red+Green+Blue) = 65+36+135=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #412487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412487 is #BEDB78. Grayscale: #373737. Windows color (decimal): -12508025 or 8856641. OLE color: 8856641.

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

Color convert

RGB 65 36 135 -
CMYK 0.52 0.73 0 0.47
HSL 257.58º 0.58% 0.34% -
HSV(B) 257.58º 0.73% 0.53% -
XYZ 7.18 4.13 23.34 -
YUV 55.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 65 36 135 0.52 0.73 0 0.47 257.58 0.58 0.34
Hex 41 24 87 34 49 0 2F 102 3A 22
Octal 101 44 207 64 111 0 57 402 72 42
Binary 1000001 100100 10000111 110100 1001001 0 101111 100000010 111010 100010

Color Harmonies of #412487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412487

Black with #412487

Text Example


Text Example

White with #412487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412487; }

 p { color: rgb(65,36,135); }

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

background-color css

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

 a { background-color: rgb(65,36,135); }

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

border-color css

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

 span { border-color: rgb(65,36,135); }

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