Html Css Color HEX #413687 Dark Slate Blue

📋 copy color: '#413687'

red 65 ◦ green 54 ◦ blue 135

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

Shades of Dark Slate Blue #413687

Tints of Dark Slate Blue #413687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 25.59%
G = 21.26%
B = 53.15%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413687 (or 0x413687) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 87. RGB value is (65,54,135). Sum of RGB (Red+Green+Blue) = 65+54+135=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #413687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413687 is #BEC978. Grayscale: #424242. Windows color (decimal): -12503417 or 8861249. OLE color: 8861249.

HSL color Cylindrical-coordinate representation of color #413687: hue angle of 248.15º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413687 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 54 135 -
CMYK 0.52 0.60 0 0.47
HSL 248.15º 0.43% 0.37% -
HSV(B) 248.15º 0.6% 0.53% -
XYZ 7.87 5.51 23.57 -
YUV 66.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 65 54 135 0.52 0.60 0 0.47 248.15 0.43 0.37
Hex 41 36 87 34 3C 0 2F F8 2B 25
Octal 101 66 207 64 74 0 57 370 53 45
Binary 1000001 110110 10000111 110100 111100 0 101111 11111000 101011 100101

Color Harmonies of #413687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413687

Black with #413687

Text Example


Text Example

White with #413687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413687; }

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

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

background-color css

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

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

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

border-color css

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

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

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