Html Css Color HEX #413389 Dark Slate Blue

📋 copy color: '#413389'

red 65 ◦ green 51 ◦ blue 137

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

Shades of Dark Slate Blue #413389

Tints of Dark Slate Blue #413389

RGB

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

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

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

R = 25.69%
G = 20.16%
B = 54.15%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#413389 (or 0x413389) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 89. RGB value is (65,51,137). Sum of RGB (Red+Green+Blue) = 65+51+137=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #413389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413389 is #BECC76. Grayscale: #404040. Windows color (decimal): -12504183 or 8991553. OLE color: 8991553.

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

Color convert

RGB 65 51 137 -
CMYK 0.53 0.63 0 0.46
HSL 249.77º 0.46% 0.37% -
HSV(B) 249.77º 0.63% 0.54% -
XYZ 7.88 5.3 24.27 -
YUV 64.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 65 51 137 0.53 0.63 0 0.46 249.77 0.46 0.37
Hex 41 33 89 35 3F 0 2E FA 2E 25
Octal 101 63 211 65 77 0 56 372 56 45
Binary 1000001 110011 10001001 110101 111111 0 101110 11111010 101110 100101

Color Harmonies of #413389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413389

Black with #413389

Text Example


Text Example

White with #413389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413389; }

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

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

background-color css

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

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

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

border-color css

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

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

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