Html Css Color HEX #413490 Dark Slate Blue

📋 copy color: '#413490'

red 65 ◦ green 52 ◦ blue 144

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

Shades of Dark Slate Blue #413490

Tints of Dark Slate Blue #413490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 24.9%
G = 19.92%
B = 55.17%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#413490 (or 0x413490) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 90. RGB value is (65,52,144). Sum of RGB (Red+Green+Blue) = 65+52+144=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #413490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413490 is #BECB6F. Grayscale: #424242. Windows color (decimal): -12503920 or 9450561. OLE color: 9450561.

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

Color convert

RGB 65 52 144 -
CMYK 0.55 0.64 0 0.44
HSL 248.48º 0.47% 0.38% -
HSV(B) 248.48º 0.64% 0.56% -
XYZ 8.44 5.59 27.02 -
YUV 66.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 65 52 144 0.55 0.64 0 0.44 248.48 0.47 0.38
Hex 41 34 90 37 40 0 2C F8 2F 26
Octal 101 64 220 67 100 0 54 370 57 46
Binary 1000001 110100 10010000 110111 1000000 0 101100 11111000 101111 100110

Color Harmonies of #413490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413490

Black with #413490

Text Example


Text Example

White with #413490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413490; }

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

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

background-color css

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

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

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

border-color css

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

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

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