Html Css Color HEX #412987 Windsor

📋 copy color: '#412987'

red 65 ◦ green 41 ◦ blue 135

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

Shades of Windsor #412987

Tints of Windsor #412987

RGB

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

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

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

R = 26.97%
G = 17.01%
B = 56.02%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#412987 (or 0x412987) is known color: Windsor. HEX triplet: 41, 29 and 87. RGB value is (65,41,135). Sum of RGB (Red+Green+Blue) = 65+41+135=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 135 (53.12% from 255 or 56.02% from 241); Max value from RGB is 135 - color contains mainly: blue. Hex color #412987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412987 is #BED678. Grayscale: #3A3A3A. Windows color (decimal): -12506745 or 8857921. OLE color: 8857921.

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

Color convert

RGB 65 41 135 -
CMYK 0.52 0.70 0 0.47
HSL 255.32º 0.53% 0.35% -
HSV(B) 255.32º 0.7% 0.53% -
XYZ 7.35 4.46 23.4 -
YUV 58.89 170.95 132.36 -
System Red Green Blue C M Y K H S L
Decimal 65 41 135 0.52 0.70 0 0.47 255.32 0.53 0.35
Hex 41 29 87 34 46 0 2F FF 35 23
Octal 101 51 207 64 106 0 57 377 65 43
Binary 1000001 101001 10000111 110100 1000110 0 101111 11111111 110101 100011

Color Harmonies of #412987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412987

Black with #412987

Text Example


Text Example

White with #412987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412987; }

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

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

background-color css

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

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

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

border-color css

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

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

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