Html Css Color HEX #413287 Dark Slate Blue

📋 copy color: '#413287'

red 65 ◦ green 50 ◦ blue 135

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

Shades of Dark Slate Blue #413287

Tints of Dark Slate Blue #413287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20%

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

R = 26%
G = 20%
B = 54%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413287 (or 0x413287) is known color: Dark Slate Blue. HEX triplet: 41, 32 and 87. RGB value is (65,50,135). Sum of RGB (Red+Green+Blue) = 65+50+135=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #413287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413287 is #BECD78. Grayscale: #3F3F3F. Windows color (decimal): -12504441 or 8860225. OLE color: 8860225.

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

Color convert

RGB 65 50 135 -
CMYK 0.52 0.63 0 0.47
HSL 250.59º 0.46% 0.36% -
HSV(B) 250.59º 0.63% 0.53% -
XYZ 7.69 5.15 23.51 -
YUV 64.18 167.97 128.59 -
System Red Green Blue C M Y K H S L
Decimal 65 50 135 0.52 0.63 0 0.47 250.59 0.46 0.36
Hex 41 32 87 34 3F 0 2F FB 2E 24
Octal 101 62 207 64 77 0 57 373 56 44
Binary 1000001 110010 10000111 110100 111111 0 101111 11111011 101110 100100

Color Harmonies of #413287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413287

Black with #413287

Text Example


Text Example

White with #413287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413287; }

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

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

background-color css

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

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

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

border-color css

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

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

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