Html Css Color HEX #41348B Dark Slate Blue

📋 copy color: '#41348B'

red 65 ◦ green 52 ◦ blue 139

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

Shades of Dark Slate Blue #41348B

Tints of Dark Slate Blue #41348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 139 (54.69% from 255) = 54.3%

R = 25.39%
G = 20.31%
B = 54.3%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41348B (or 0x41348B) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 8B. RGB value is (65,52,139). Sum of RGB (Red+Green+Blue) = 65+52+139=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #41348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41348B is #BECB74. Grayscale: #414141. Windows color (decimal): -12503925 or 9122881. OLE color: 9122881.

HSL color Cylindrical-coordinate representation of color #41348B: hue angle of 248.97º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41348B is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 52 139 -
CMYK 0.53 0.63 0 0.45
HSL 248.97º 0.46% 0.37% -
HSV(B) 248.97º 0.63% 0.55% -
XYZ 8.07 5.44 25.05 -
YUV 65.81 169.31 127.43 -
System Red Green Blue C M Y K H S L
Decimal 65 52 139 0.53 0.63 0 0.45 248.97 0.46 0.37
Hex 41 34 8B 35 3F 0 2D F9 2E 25
Octal 101 64 213 65 77 0 55 371 56 45
Binary 1000001 110100 10001011 110101 111111 0 101101 11111001 101110 100101

Color Harmonies of #41348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41348B

Black with #41348B

Text Example


Text Example

White with #41348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41348B; }

 p { color: rgb(65,52,139); }

 H1.HeaderClassName
 {
   color: #41348B;
 }
 .AnyTagClassName
 {
   color: #41348B;
 }
</style>

background-color css

<style>
 a { background-color: #41348B; }

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

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

border-color css

<style>
 span { border-color: #41348B; }

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

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