Html Css Color HEX #41348A Dark Slate Blue

📋 copy color: '#41348A'

red 65 ◦ green 52 ◦ blue 138

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

Shades of Dark Slate Blue #41348A

Tints of Dark Slate Blue #41348A

RGB

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

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

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

R = 25.49%
G = 20.39%
B = 54.12%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41348A (or 0x41348A) is known color: Dark Slate Blue. HEX triplet: 41, 34 and 8A. RGB value is (65,52,138). Sum of RGB (Red+Green+Blue) = 65+52+138=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #41348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41348A is #BECB75. Grayscale: #414141. Windows color (decimal): -12503926 or 9057345. OLE color: 9057345.

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

Color convert

RGB 65 52 138 -
CMYK 0.53 0.62 0 0.46
HSL 249.07º 0.45% 0.37% -
HSV(B) 249.07º 0.62% 0.54% -
XYZ 8 5.41 24.67 -
YUV 65.69 168.81 127.51 -
System Red Green Blue C M Y K H S L
Decimal 65 52 138 0.53 0.62 0 0.46 249.07 0.45 0.37
Hex 41 34 8A 35 3E 0 2E F9 2D 25
Octal 101 64 212 65 76 0 56 371 55 45
Binary 1000001 110100 10001010 110101 111110 0 101110 11111001 101101 100101

Color Harmonies of #41348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41348A

Black with #41348A

Text Example


Text Example

White with #41348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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