Html Css Color HEX #413691 Dark Slate Blue

📋 copy color: '#413691'

red 65 ◦ green 54 ◦ blue 145

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

Shades of Dark Slate Blue #413691

Tints of Dark Slate Blue #413691

RGB

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

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

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

R = 24.62%
G = 20.45%
B = 54.92%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413691 (or 0x413691) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 91. RGB value is (65,54,145). Sum of RGB (Red+Green+Blue) = 65+54+145=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #413691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413691 is #BEC96E. Grayscale: #434343. Windows color (decimal): -12503407 or 9516609. OLE color: 9516609.

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

Color convert

RGB 65 54 145 -
CMYK 0.55 0.63 0 0.43
HSL 247.25º 0.46% 0.39% -
HSV(B) 247.25º 0.63% 0.57% -
XYZ 8.61 5.81 27.46 -
YUV 67.66 171.64 126.1 -
System Red Green Blue C M Y K H S L
Decimal 65 54 145 0.55 0.63 0 0.43 247.25 0.46 0.39
Hex 41 36 91 37 3F 0 2B F7 2E 27
Octal 101 66 221 67 77 0 53 367 56 47
Binary 1000001 110110 10010001 110111 111111 0 101011 11110111 101110 100111

Color Harmonies of #413691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413691

Black with #413691

Text Example


Text Example

White with #413691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413691; }

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

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

background-color css

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

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

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

border-color css

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

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

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