Html Css Color HEX #413895 Dark Slate Blue

📋 copy color: '#413895'

red 65 ◦ green 56 ◦ blue 149

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

Shades of Dark Slate Blue #413895

Tints of Dark Slate Blue #413895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 24.07%
G = 20.74%
B = 55.19%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413895 (or 0x413895) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 95. RGB value is (65,56,149). Sum of RGB (Red+Green+Blue) = 65+56+149=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #413895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413895 is #BEC76A. Grayscale: #444444. Windows color (decimal): -12502891 or 9779265. OLE color: 9779265.

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

Color convert

RGB 65 56 149 -
CMYK 0.56 0.62 0 0.42
HSL 245.81º 0.45% 0.4% -
HSV(B) 245.81º 0.62% 0.58% -
XYZ 9.02 6.12 29.14 -
YUV 69.29 172.98 124.94 -
System Red Green Blue C M Y K H S L
Decimal 65 56 149 0.56 0.62 0 0.42 245.81 0.45 0.4
Hex 41 38 95 38 3E 0 2A F6 2D 28
Octal 101 70 225 70 76 0 52 366 55 50
Binary 1000001 111000 10010101 111000 111110 0 101010 11110110 101101 101000

Color Harmonies of #413895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413895

Black with #413895

Text Example


Text Example

White with #413895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413895; }

 p { color: rgb(65,56,149); }

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

background-color css

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

 a { background-color: rgb(65,56,149); }

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

border-color css

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

 span { border-color: rgb(65,56,149); }

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