Html Css Color HEX #413290 Dark Slate Blue

📋 copy color: '#413290'

red 65 ◦ green 50 ◦ blue 144

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

Shades of Dark Slate Blue #413290

Tints of Dark Slate Blue #413290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.31%

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

R = 25.1%
G = 19.31%
B = 55.6%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#413290 (or 0x413290) is known color: Dark Slate Blue. HEX triplet: 41, 32 and 90. RGB value is (65,50,144). Sum of RGB (Red+Green+Blue) = 65+50+144=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #413290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413290 is #BECD6F. Grayscale: #404040. Windows color (decimal): -12504432 or 9450049. OLE color: 9450049.

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

Color convert

RGB 65 50 144 -
CMYK 0.55 0.65 0 0.44
HSL 249.57º 0.48% 0.38% -
HSV(B) 249.57º 0.65% 0.56% -
XYZ 8.35 5.42 26.99 -
YUV 65.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 65 50 144 0.55 0.65 0 0.44 249.57 0.48 0.38
Hex 41 32 90 37 41 0 2C FA 30 26
Octal 101 62 220 67 101 0 54 372 60 46
Binary 1000001 110010 10010000 110111 1000001 0 101100 11111010 110000 100110

Color Harmonies of #413290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413290

Black with #413290

Text Example


Text Example

White with #413290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413290; }

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

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

background-color css

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

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

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

border-color css

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

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

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