Html Css Color HEX #413DA1 Dark Slate Blue

📋 copy color: '#413DA1'

red 65 ◦ green 61 ◦ blue 161

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

Shades of Dark Slate Blue #413DA1

Tints of Dark Slate Blue #413DA1

RGB

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

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

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

R = 22.65%
G = 21.25%
B = 56.1%

CMYK

 C value IS 0.60

 M value IS 0.62

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#413DA1 (or 0x413DA1) is known color: Dark Slate Blue. HEX triplet: 41, 3D and A1. RGB value is (65,61,161). Sum of RGB (Red+Green+Blue) = 65+61+161=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 161 (63.28% from 255 or 56.10% from 287); Max value from RGB is 161 - color contains mainly: blue. Hex color #413DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413DA1 is #BEC25E. Grayscale: #494949. Windows color (decimal): -12501599 or 10566977. OLE color: 10566977.

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

Color convert

RGB 65 61 161 -
CMYK 0.60 0.62 0 0.37
HSL 242.4º 0.45% 0.44% -
HSV(B) 242.4º 0.62% 0.63% -
XYZ 10.28 7.03 34.53 -
YUV 73.6 177.33 121.87 -
System Red Green Blue C M Y K H S L
Decimal 65 61 161 0.60 0.62 0 0.37 242.4 0.45 0.44
Hex 41 3D A1 3C 3E 0 25 F2 2D 2C
Octal 101 75 241 74 76 0 45 362 55 54
Binary 1000001 111101 10100001 111100 111110 0 100101 11110010 101101 101100

Color Harmonies of #413DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413DA1

Black with #413DA1

Text Example


Text Example

White with #413DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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