Html Css Color HEX #413D89 Dark Slate Blue

📋 copy color: '#413D89'

red 65 ◦ green 61 ◦ blue 137

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

Shades of Dark Slate Blue #413D89

Tints of Dark Slate Blue #413D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

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

R = 24.71%
G = 23.19%
B = 52.09%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#413D89 (or 0x413D89) is known color: Dark Slate Blue. HEX triplet: 41, 3D and 89. RGB value is (65,61,137). Sum of RGB (Red+Green+Blue) = 65+61+137=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #413D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413D89 is #BEC276. Grayscale: #464646. Windows color (decimal): -12501623 or 8994113. OLE color: 8994113.

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

Color convert

RGB 65 61 137 -
CMYK 0.53 0.55 0 0.46
HSL 243.16º 0.38% 0.39% -
HSV(B) 243.16º 0.55% 0.54% -
XYZ 8.36 6.27 24.44 -
YUV 70.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 65 61 137 0.53 0.55 0 0.46 243.16 0.38 0.39
Hex 41 3D 89 35 37 0 2E F3 26 27
Octal 101 75 211 65 67 0 56 363 46 47
Binary 1000001 111101 10001001 110101 110111 0 101110 11110011 100110 100111

Color Harmonies of #413D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D89

Black with #413D89

Text Example


Text Example

White with #413D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413D89; }

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

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

background-color css

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

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

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

border-color css

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

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

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