Html Css Color HEX #413989 Dark Slate Blue

📋 copy color: '#413989'

red 65 ◦ green 57 ◦ blue 137

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

Shades of Dark Slate Blue #413989

Tints of Dark Slate Blue #413989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.9%

R = 25.1%
G = 22.01%
B = 52.9%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#413989 (or 0x413989) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 89. RGB value is (65,57,137). Sum of RGB (Red+Green+Blue) = 65+57+137=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #413989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413989 is #BEC676. Grayscale: #444444. Windows color (decimal): -12502647 or 8993089. OLE color: 8993089.

HSL color Cylindrical-coordinate representation of color #413989: hue angle of 246º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #413989 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 57 137 -
CMYK 0.53 0.58 0 0.46
HSL 246º 0.41% 0.38% -
HSV(B) 246º 0.58% 0.54% -
XYZ 8.16 5.86 24.37 -
YUV 68.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 65 57 137 0.53 0.58 0 0.46 246 0.41 0.38
Hex 41 39 89 35 3A 0 2E F6 29 26
Octal 101 71 211 65 72 0 56 366 51 46
Binary 1000001 111001 10001001 110101 111010 0 101110 11110110 101001 100110

Color Harmonies of #413989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413989

Black with #413989

Text Example


Text Example

White with #413989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413989; }

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

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

background-color css

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

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

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

border-color css

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

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

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