Html Css Color HEX #41398D Dark Slate Blue

📋 copy color: '#41398D'

red 65 ◦ green 57 ◦ blue 141

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

Shades of Dark Slate Blue #41398D

Tints of Dark Slate Blue #41398D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.67%

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

R = 24.71%
G = 21.67%
B = 53.61%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41398D (or 0x41398D) is known color: Dark Slate Blue. HEX triplet: 41, 39 and 8D. RGB value is (65,57,141). Sum of RGB (Red+Green+Blue) = 65+57+141=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #41398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41398D is #BEC672. Grayscale: #444444. Windows color (decimal): -12502643 or 9255233. OLE color: 9255233.

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

Color convert

RGB 65 57 141 -
CMYK 0.54 0.60 0 0.45
HSL 245.71º 0.42% 0.39% -
HSV(B) 245.71º 0.6% 0.55% -
XYZ 8.45 5.97 25.91 -
YUV 68.97 168.65 125.17 -
System Red Green Blue C M Y K H S L
Decimal 65 57 141 0.54 0.60 0 0.45 245.71 0.42 0.39
Hex 41 39 8D 36 3C 0 2D F6 2A 27
Octal 101 71 215 66 74 0 55 366 52 47
Binary 1000001 111001 10001101 110110 111100 0 101101 11110110 101010 100111

Color Harmonies of #41398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41398D

Black with #41398D

Text Example


Text Example

White with #41398D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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