Html Css Color HEX #412587 Windsor

📋 copy color: '#412587'

red 65 ◦ green 37 ◦ blue 135

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

Shades of Windsor #412587

Tints of Windsor #412587

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 27.43%
G = 15.61%
B = 56.96%

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

#412587 (or 0x412587) is known color: Windsor. HEX triplet: 41, 25 and 87. RGB value is (65,37,135). Sum of RGB (Red+Green+Blue) = 65+37+135=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #412587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412587 is #BEDA78. Grayscale: #383838. Windows color (decimal): -12507769 or 8856897. OLE color: 8856897.

HSL color Cylindrical-coordinate representation of color #412587: hue angle of 257.14º degrees, saturation: 0.57, 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 #412587 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 37 135 -
CMYK 0.52 0.73 0 0.47
HSL 257.14º 0.57% 0.34% -
HSV(B) 257.14º 0.73% 0.53% -
XYZ 7.21 4.2 23.35 -
YUV 56.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 65 37 135 0.52 0.73 0 0.47 257.14 0.57 0.34
Hex 41 25 87 34 49 0 2F 101 39 22
Octal 101 45 207 64 111 0 57 401 71 42
Binary 1000001 100101 10000111 110100 1001001 0 101111 100000001 111001 100010

Color Harmonies of #412587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412587

Black with #412587

Text Example


Text Example

White with #412587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412587; }

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

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

background-color css

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

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

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

border-color css

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

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

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