Html Css Color HEX #41408E Dark Slate Blue

📋 copy color: '#41408E'

red 65 ◦ green 64 ◦ blue 142

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

Shades of Dark Slate Blue #41408E

Tints of Dark Slate Blue #41408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.4%

R = 23.99%
G = 23.62%
B = 52.4%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41408E (or 0x41408E) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 8E. RGB value is (65,64,142). Sum of RGB (Red+Green+Blue) = 65+64+142=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #41408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41408E is #BEBF71. Grayscale: #484848. Windows color (decimal): -12500850 or 9322561. OLE color: 9322561.

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

Color convert

RGB 65 64 142 -
CMYK 0.54 0.55 0 0.44
HSL 240.77º 0.38% 0.4% -
HSV(B) 240.77º 0.55% 0.56% -
XYZ 8.9 6.74 26.42 -
YUV 73.19 166.83 122.16 -
System Red Green Blue C M Y K H S L
Decimal 65 64 142 0.54 0.55 0 0.44 240.77 0.38 0.4
Hex 41 40 8E 36 37 0 2C F1 26 28
Octal 101 100 216 66 67 0 54 361 46 50
Binary 1000001 1000000 10001110 110110 110111 0 101100 11110001 100110 101000

Color Harmonies of #41408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41408E

Black with #41408E

Text Example


Text Example

White with #41408E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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