Html Css Color HEX #413086 Dark Slate Blue

📋 copy color: '#413086'

red 65 ◦ green 48 ◦ blue 134

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

Shades of Dark Slate Blue #413086

Tints of Dark Slate Blue #413086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.43%

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

R = 26.32%
G = 19.43%
B = 54.25%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413086 (or 0x413086) is known color: Dark Slate Blue. HEX triplet: 41, 30 and 86. RGB value is (65,48,134). Sum of RGB (Red+Green+Blue) = 65+48+134=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 134 (52.73% from 255 or 54.25% from 247); Max value from RGB is 134 - color contains mainly: blue. Hex color #413086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413086 is #BECF79. Grayscale: #3E3E3E. Windows color (decimal): -12504954 or 8794177. OLE color: 8794177.

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

Color convert

RGB 65 48 134 -
CMYK 0.51 0.64 0 0.47
HSL 251.86º 0.47% 0.36% -
HSV(B) 251.86º 0.64% 0.53% -
XYZ 7.54 4.96 23.11 -
YUV 62.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 65 48 134 0.51 0.64 0 0.47 251.86 0.47 0.36
Hex 41 30 86 33 40 0 2F FC 2F 24
Octal 101 60 206 63 100 0 57 374 57 44
Binary 1000001 110000 10000110 110011 1000000 0 101111 11111100 101111 100100

Color Harmonies of #413086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413086

Black with #413086

Text Example


Text Example

White with #413086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413086; }

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

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

background-color css

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

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

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

border-color css

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

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

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