Html Css Color HEX #41418D Dark Slate Blue

📋 copy color: '#41418D'

red 65 ◦ green 65 ◦ blue 141

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

Shades of Dark Slate Blue #41418D

Tints of Dark Slate Blue #41418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 23.99%
G = 23.99%
B = 52.03%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41418D (or 0x41418D) is known color: Dark Slate Blue. HEX triplet: 41, 41 and 8D. RGB value is (65,65,141). Sum of RGB (Red+Green+Blue) = 65+65+141=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #41418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41418D is #BEBE72. Grayscale: #494949. Windows color (decimal): -12500595 or 9257281. OLE color: 9257281.

HSL color Cylindrical-coordinate representation of color #41418D: hue angle of 240º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41418D is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 65 141 -
CMYK 0.54 0.54 0 0.45
HSL 240º 0.37% 0.4% -
HSV(B) 240º 0.54% 0.55% -
XYZ 8.88 6.83 26.05 -
YUV 73.66 166 121.82 -
System Red Green Blue C M Y K H S L
Decimal 65 65 141 0.54 0.54 0 0.45 240 0.37 0.4
Hex 41 41 8D 36 36 0 2D F0 25 28
Octal 101 101 215 66 66 0 55 360 45 50
Binary 1000001 1000001 10001101 110110 110110 0 101101 11110000 100101 101000

Color Harmonies of #41418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41418D

Black with #41418D

Text Example


Text Example

White with #41418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41418D; }

 p { color: rgb(65,65,141); }

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

background-color css

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

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

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

border-color css

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

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

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