Html Css Color HEX #413689 Dark Slate Blue

📋 copy color: '#413689'

red 65 ◦ green 54 ◦ blue 137

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

Shades of Dark Slate Blue #413689

Tints of Dark Slate Blue #413689

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 25.39%
G = 21.09%
B = 53.52%

CMYK

 C value IS 0.53

 M value IS 0.61

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#413689 (or 0x413689) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 89. RGB value is (65,54,137). Sum of RGB (Red+Green+Blue) = 65+54+137=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #413689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413689 is #BEC976. Grayscale: #424242. Windows color (decimal): -12503415 or 8992321. OLE color: 8992321.

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

Color convert

RGB 65 54 137 -
CMYK 0.53 0.61 0 0.46
HSL 247.95º 0.43% 0.37% -
HSV(B) 247.95º 0.61% 0.54% -
XYZ 8.01 5.57 24.32 -
YUV 66.75 167.64 126.75 -
System Red Green Blue C M Y K H S L
Decimal 65 54 137 0.53 0.61 0 0.46 247.95 0.43 0.37
Hex 41 36 89 35 3D 0 2E F8 2B 25
Octal 101 66 211 65 75 0 56 370 53 45
Binary 1000001 110110 10001001 110101 111101 0 101110 11111000 101011 100101

Color Harmonies of #413689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413689

Black with #413689

Text Example


Text Example

White with #413689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413689; }

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

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

background-color css

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

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

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

border-color css

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

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

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