Html Css Color HEX #41408A Dark Slate Blue

📋 copy color: '#41408A'

red 65 ◦ green 64 ◦ blue 138

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

Shades of Dark Slate Blue #41408A

Tints of Dark Slate Blue #41408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.69%

R = 24.34%
G = 23.97%
B = 51.69%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41408A (or 0x41408A) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 8A. RGB value is (65,64,138). Sum of RGB (Red+Green+Blue) = 65+64+138=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #41408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41408A is #BEBF75. Grayscale: #484848. Windows color (decimal): -12500854 or 9060417. OLE color: 9060417.

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

Color convert

RGB 65 64 138 -
CMYK 0.53 0.54 0 0.46
HSL 240.81º 0.37% 0.4% -
HSV(B) 240.81º 0.54% 0.54% -
XYZ 8.6 6.63 24.87 -
YUV 72.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 65 64 138 0.53 0.54 0 0.46 240.81 0.37 0.4
Hex 41 40 8A 35 36 0 2E F1 25 28
Octal 101 100 212 65 66 0 56 361 45 50
Binary 1000001 1000000 10001010 110101 110110 0 101110 11110001 100101 101000

Color Harmonies of #41408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41408A

Black with #41408A

Text Example


Text Example

White with #41408A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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