Html Css Color HEX #413EA1 Dark Slate Blue

📋 copy color: '#413EA1'

red 65 ◦ green 62 ◦ blue 161

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

Shades of Dark Slate Blue #413EA1

Tints of Dark Slate Blue #413EA1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 161 (63.28% from 255) = 55.9%

R = 22.57%
G = 21.53%
B = 55.9%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#413EA1 (or 0x413EA1) is known color: Dark Slate Blue. HEX triplet: 41, 3E and A1. RGB value is (65,62,161). Sum of RGB (Red+Green+Blue) = 65+62+161=288 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.57% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 161 (63.28% from 255 or 55.90% from 288); Max value from RGB is 161 - color contains mainly: blue. Hex color #413EA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413EA1 is #BEC15E. Grayscale: #494949. Windows color (decimal): -12501343 or 10567233. OLE color: 10567233.

HSL color Cylindrical-coordinate representation of color #413EA1: hue angle of 241.82º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413EA1 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 65 62 161 -
CMYK 0.60 0.61 0 0.37
HSL 241.82º 0.44% 0.44% -
HSV(B) 241.82º 0.61% 0.63% -
XYZ 10.34 7.14 34.55 -
YUV 74.18 176.99 121.45 -
System Red Green Blue C M Y K H S L
Decimal 65 62 161 0.60 0.61 0 0.37 241.82 0.44 0.44
Hex 41 3E A1 3C 3D 0 25 F2 2C 2C
Octal 101 76 241 74 75 0 45 362 54 54
Binary 1000001 111110 10100001 111100 111101 0 100101 11110010 101100 101100

Color Harmonies of #413EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413EA1

Black with #413EA1

Text Example


Text Example

White with #413EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,62,161); }

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

background-color css

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

 a { background-color: rgb(65,62,161); }

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

border-color css

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

 span { border-color: rgb(65,62,161); }

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