Html Css Color HEX #3A349B Dark Slate Blue

📋 copy color: '#3A349B'

red 58 ◦ green 52 ◦ blue 155

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

Shades of Dark Slate Blue #3A349B

Tints of Dark Slate Blue #3A349B

RGB

 RED value IS 58 (23.05% from 255) = 21.89%

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

 BLUE value IS 155 (60.94% from 255) = 58.49%

R = 21.89%
G = 19.62%
B = 58.49%

CMYK

 C value IS 0.63

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A349B (or 0x3A349B) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 9B. RGB value is (58,52,155). Sum of RGB (Red+Green+Blue) = 58+52+155=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 155 (60.94% from 255 or 58.49% from 265); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A349B is #C5CB64. Grayscale: #414141. Windows color (decimal): -12962661 or 10171450. OLE color: 10171450.

HSL color Cylindrical-coordinate representation of color #3A349B: hue angle of 243.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A349B is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 52 155 -
CMYK 0.63 0.66 0 0.39
HSL 243.5º 0.5% 0.41% -
HSV(B) 243.5º 0.66% 0.61% -
XYZ 8.89 5.72 31.65 -
YUV 65.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 58 52 155 0.63 0.66 0 0.39 243.5 0.5 0.41
Hex 3A 34 9B 3F 42 0 27 F3 32 29
Octal 72 64 233 77 102 0 47 363 62 51
Binary 111010 110100 10011011 111111 1000010 0 100111 11110011 110010 101001

Color Harmonies of #3A349B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A349B

Black with #3A349B

Text Example


Text Example

White with #3A349B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A349B; }

 p { color: rgb(58,52,155); }

 H1.HeaderClassName
 {
   color: #3A349B;
 }
 .AnyTagClassName
 {
   color: #3A349B;
 }
</style>

background-color css

<style>
 a { background-color: #3A349B; }

 a { background-color: rgb(58,52,155); }

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

border-color css

<style>
 span { border-color: #3A349B; }

 span { border-color: rgb(58,52,155); }

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