Html Css Color HEX #413991 Dark Slate Blue

📋 copy color: '#413991'

red 65 ◦ green 57 ◦ blue 145

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

Shades of Dark Slate Blue #413991

Tints of Dark Slate Blue #413991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.31%

R = 24.34%
G = 21.35%
B = 54.31%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413991 (or 0x413991) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 91. RGB value is (65,57,145). Sum of RGB (Red+Green+Blue) = 65+57+145=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 145 (57.03% from 255 or 54.31% from 267); Max value from RGB is 145 - color contains mainly: blue. Hex color #413991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413991 is #BEC66E. Grayscale: #454545. Windows color (decimal): -12502639 or 9517377. OLE color: 9517377.

HSL color Cylindrical-coordinate representation of color #413991: hue angle of 245.45º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #413991 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 57 145 -
CMYK 0.55 0.61 0 0.43
HSL 245.45º 0.44% 0.4% -
HSV(B) 245.45º 0.61% 0.57% -
XYZ 8.75 6.09 27.5 -
YUV 69.42 170.65 124.84 -
System Red Green Blue C M Y K H S L
Decimal 65 57 145 0.55 0.61 0 0.43 245.45 0.44 0.4
Hex 41 39 91 37 3D 0 2B F5 2C 28
Octal 101 71 221 67 75 0 53 365 54 50
Binary 1000001 111001 10010001 110111 111101 0 101011 11110101 101100 101000

Color Harmonies of #413991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413991

Black with #413991

Text Example


Text Example

White with #413991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413991; }

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

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

background-color css

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

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

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

border-color css

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

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

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