Html Css Color HEX #413491 Dark Slate Blue

📋 copy color: '#413491'

red 65 ◦ green 52 ◦ blue 145

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

Shades of Dark Slate Blue #413491

Tints of Dark Slate Blue #413491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.85%

 BLUE value IS 145 (57.03% from 255) = 55.34%

R = 24.81%
G = 19.85%
B = 55.34%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413491 (or 0x413491) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 91. RGB value is (65,52,145). Sum of RGB (Red+Green+Blue) = 65+52+145=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #413491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413491 is #BECB6E. Grayscale: #424242. Windows color (decimal): -12503919 or 9516097. OLE color: 9516097.

HSL color Cylindrical-coordinate representation of color #413491: hue angle of 248.39º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413491 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 52 145 -
CMYK 0.55 0.64 0 0.43
HSL 248.39º 0.47% 0.39% -
HSV(B) 248.39º 0.64% 0.57% -
XYZ 8.52 5.62 27.42 -
YUV 66.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 65 52 145 0.55 0.64 0 0.43 248.39 0.47 0.39
Hex 41 34 91 37 40 0 2B F8 2F 27
Octal 101 64 221 67 100 0 53 370 57 47
Binary 1000001 110100 10010001 110111 1000000 0 101011 11111000 101111 100111

Color Harmonies of #413491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413491

Black with #413491

Text Example


Text Example

White with #413491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413491; }

 p { color: rgb(65,52,145); }

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

background-color css

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

 a { background-color: rgb(65,52,145); }

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

border-color css

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

 span { border-color: rgb(65,52,145); }

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