Html Css Color HEX #413390 Dark Slate Blue

📋 copy color: '#413390'

red 65 ◦ green 51 ◦ blue 144

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

Shades of Dark Slate Blue #413390

Tints of Dark Slate Blue #413390

RGB

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

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

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

R = 25%
G = 19.62%
B = 55.38%

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

#413390 (or 0x413390) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 90. RGB value is (65,51,144). Sum of RGB (Red+Green+Blue) = 65+51+144=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 144 (56.64% from 255 or 55.38% from 260); Max value from RGB is 144 - color contains mainly: blue. Hex color #413390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413390 is #BECC6F. Grayscale: #414141. Windows color (decimal): -12504176 or 9450305. OLE color: 9450305.

HSL color Cylindrical-coordinate representation of color #413390: hue angle of 249.03º 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 #413390 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 51 144 -
CMYK 0.55 0.65 0 0.44
HSL 249.03º 0.48% 0.38% -
HSV(B) 249.03º 0.65% 0.56% -
XYZ 8.4 5.51 27.01 -
YUV 65.79 172.14 127.44 -
System Red Green Blue C M Y K H S L
Decimal 65 51 144 0.55 0.65 0 0.44 249.03 0.48 0.38
Hex 41 33 90 37 41 0 2C F9 30 26
Octal 101 63 220 67 101 0 54 371 60 46
Binary 1000001 110011 10010000 110111 1000001 0 101100 11111001 110000 100110

Color Harmonies of #413390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413390

Black with #413390

Text Example


Text Example

White with #413390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413390; }

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

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

background-color css

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

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

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

border-color css

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

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

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