Html Css Color HEX #413D87 Dark Slate Blue

📋 copy color: '#413D87'

red 65 ◦ green 61 ◦ blue 135

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

Shades of Dark Slate Blue #413D87

Tints of Dark Slate Blue #413D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.37%

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

R = 24.9%
G = 23.37%
B = 51.72%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413D87 (or 0x413D87) is known color: Dark Slate Blue. HEX triplet: 41, 3D and 87. RGB value is (65,61,135). Sum of RGB (Red+Green+Blue) = 65+61+135=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #413D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D87 is #BEC278. Grayscale: #464646. Windows color (decimal): -12501625 or 8863041. OLE color: 8863041.

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

Color convert

RGB 65 61 135 -
CMYK 0.52 0.55 0 0.47
HSL 243.24º 0.38% 0.38% -
HSV(B) 243.24º 0.55% 0.53% -
XYZ 8.22 6.21 23.69 -
YUV 70.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 65 61 135 0.52 0.55 0 0.47 243.24 0.38 0.38
Hex 41 3D 87 34 37 0 2F F3 26 26
Octal 101 75 207 64 67 0 57 363 46 46
Binary 1000001 111101 10000111 110100 110111 0 101111 11110011 100110 100110

Color Harmonies of #413D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D87

Black with #413D87

Text Example


Text Example

White with #413D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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