Html Css Color HEX #413489 Dark Slate Blue

📋 copy color: '#413489'

red 65 ◦ green 52 ◦ blue 137

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

Shades of Dark Slate Blue #413489

Tints of Dark Slate Blue #413489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.47%

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

R = 25.59%
G = 20.47%
B = 53.94%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#413489 (or 0x413489) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 89. RGB value is (65,52,137). Sum of RGB (Red+Green+Blue) = 65+52+137=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #413489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413489 is #BECB76. Grayscale: #414141. Windows color (decimal): -12503927 or 8991809. OLE color: 8991809.

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

Color convert

RGB 65 52 137 -
CMYK 0.53 0.62 0 0.46
HSL 249.18º 0.45% 0.37% -
HSV(B) 249.18º 0.62% 0.54% -
XYZ 7.92 5.39 24.29 -
YUV 65.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 65 52 137 0.53 0.62 0 0.46 249.18 0.45 0.37
Hex 41 34 89 35 3E 0 2E F9 2D 25
Octal 101 64 211 65 76 0 56 371 55 45
Binary 1000001 110100 10001001 110101 111110 0 101110 11111001 101101 100101

Color Harmonies of #413489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413489

Black with #413489

Text Example


Text Example

White with #413489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413489; }

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

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

background-color css

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

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

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

border-color css

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

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

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