Html Css Color HEX #41348C Dark Slate Blue

📋 copy color: '#41348C'

red 65 ◦ green 52 ◦ blue 140

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

Shades of Dark Slate Blue #41348C

Tints of Dark Slate Blue #41348C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 54.47%

R = 25.29%
G = 20.23%
B = 54.47%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41348C (or 0x41348C) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 8C. RGB value is (65,52,140). Sum of RGB (Red+Green+Blue) = 65+52+140=257 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.29% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #41348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41348C is #BECB73. Grayscale: #414141. Windows color (decimal): -12503924 or 9188417. OLE color: 9188417.

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

Color convert

RGB 65 52 140 -
CMYK 0.54 0.63 0 0.45
HSL 248.86º 0.46% 0.38% -
HSV(B) 248.86º 0.63% 0.55% -
XYZ 8.14 5.47 25.44 -
YUV 65.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 65 52 140 0.54 0.63 0 0.45 248.86 0.46 0.38
Hex 41 34 8C 36 3F 0 2D F9 2E 26
Octal 101 64 214 66 77 0 55 371 56 46
Binary 1000001 110100 10001100 110110 111111 0 101101 11111001 101110 100110

Color Harmonies of #41348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41348C

Black with #41348C

Text Example


Text Example

White with #41348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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