Html Css Color HEX #413393 Dark Slate Blue

📋 copy color: '#413393'

red 65 ◦ green 51 ◦ blue 147

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

Shades of Dark Slate Blue #413393

Tints of Dark Slate Blue #413393

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 147 (57.81% from 255) = 55.89%

R = 24.71%
G = 19.39%
B = 55.89%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413393 (or 0x413393) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 93. RGB value is (65,51,147). Sum of RGB (Red+Green+Blue) = 65+51+147=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 147 (57.81% from 255 or 55.89% from 263); Max value from RGB is 147 - color contains mainly: blue. Hex color #413393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413393 is #BECC6C. Grayscale: #414141. Windows color (decimal): -12504173 or 9646913. OLE color: 9646913.

HSL color Cylindrical-coordinate representation of color #413393: hue angle of 248.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413393 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 51 147 -
CMYK 0.56 0.65 0 0.42
HSL 248.75º 0.48% 0.39% -
HSV(B) 248.75º 0.65% 0.58% -
XYZ 8.63 5.6 28.23 -
YUV 66.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 65 51 147 0.56 0.65 0 0.42 248.75 0.48 0.39
Hex 41 33 93 38 41 0 2A F9 30 27
Octal 101 63 223 70 101 0 52 371 60 47
Binary 1000001 110011 10010011 111000 1000001 0 101010 11111001 110000 100111

Color Harmonies of #413393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413393

Black with #413393

Text Example


Text Example

White with #413393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413393; }

 p { color: rgb(65,51,147); }

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

background-color css

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

 a { background-color: rgb(65,51,147); }

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

border-color css

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

 span { border-color: rgb(65,51,147); }

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