Html Css Color HEX #413994 Dark Slate Blue

📋 copy color: '#413994'

red 65 ◦ green 57 ◦ blue 148

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

Shades of Dark Slate Blue #413994

Tints of Dark Slate Blue #413994

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 148 (58.2% from 255) = 54.81%

R = 24.07%
G = 21.11%
B = 54.81%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413994 (or 0x413994) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 94. RGB value is (65,57,148). Sum of RGB (Red+Green+Blue) = 65+57+148=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #413994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413994 is #BEC66B. Grayscale: #454545. Windows color (decimal): -12502636 or 9713985. OLE color: 9713985.

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

Color convert

RGB 65 57 148 -
CMYK 0.56 0.61 0 0.42
HSL 245.27º 0.44% 0.4% -
HSV(B) 245.27º 0.61% 0.58% -
XYZ 8.99 6.19 28.74 -
YUV 69.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 65 57 148 0.56 0.61 0 0.42 245.27 0.44 0.4
Hex 41 39 94 38 3D 0 2A F5 2C 28
Octal 101 71 224 70 75 0 52 365 54 50
Binary 1000001 111001 10010100 111000 111101 0 101010 11110101 101100 101000

Color Harmonies of #413994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413994

Black with #413994

Text Example


Text Example

White with #413994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413994; }

 p { color: rgb(65,57,148); }

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

background-color css

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

 a { background-color: rgb(65,57,148); }

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

border-color css

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

 span { border-color: rgb(65,57,148); }

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