Html Css Color HEX #41408D Dark Slate Blue

📋 copy color: '#41408D'

red 65 ◦ green 64 ◦ blue 141

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

Shades of Dark Slate Blue #41408D

Tints of Dark Slate Blue #41408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

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

R = 24.07%
G = 23.7%
B = 52.22%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41408D (or 0x41408D) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 8D. RGB value is (65,64,141). Sum of RGB (Red+Green+Blue) = 65+64+141=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #41408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41408D is #BEBF72. Grayscale: #484848. Windows color (decimal): -12500851 or 9257025. OLE color: 9257025.

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

Color convert

RGB 65 64 141 -
CMYK 0.54 0.55 0 0.45
HSL 240.78º 0.38% 0.4% -
HSV(B) 240.78º 0.55% 0.55% -
XYZ 8.82 6.71 26.03 -
YUV 73.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 65 64 141 0.54 0.55 0 0.45 240.78 0.38 0.4
Hex 41 40 8D 36 37 0 2D F1 26 28
Octal 101 100 215 66 67 0 55 361 46 50
Binary 1000001 1000000 10001101 110110 110111 0 101101 11110001 100110 101000

Color Harmonies of #41408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41408D

Black with #41408D

Text Example


Text Example

White with #41408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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