Html Css Color HEX #413891 Dark Slate Blue

📋 copy color: '#413891'

red 65 ◦ green 56 ◦ blue 145

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

Shades of Dark Slate Blue #413891

Tints of Dark Slate Blue #413891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 24.44%
G = 21.05%
B = 54.51%

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

#413891 (or 0x413891) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 91. RGB value is (65,56,145). Sum of RGB (Red+Green+Blue) = 65+56+145=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #413891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413891 is #BEC76E. Grayscale: #444444. Windows color (decimal): -12502895 or 9517121. OLE color: 9517121.

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

Color convert

RGB 65 56 145 -
CMYK 0.55 0.61 0 0.43
HSL 246.07º 0.44% 0.39% -
HSV(B) 246.07º 0.61% 0.57% -
XYZ 8.7 6 27.49 -
YUV 68.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 65 56 145 0.55 0.61 0 0.43 246.07 0.44 0.39
Hex 41 38 91 37 3D 0 2B F6 2C 27
Octal 101 70 221 67 75 0 53 366 54 47
Binary 1000001 111000 10010001 110111 111101 0 101011 11110110 101100 100111

Color Harmonies of #413891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413891

Black with #413891

Text Example


Text Example

White with #413891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413891; }

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

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

background-color css

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

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

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

border-color css

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

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

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