Html Css Color HEX #3A329B Dark Slate Blue

📋 copy color: '#3A329B'

red 58 ◦ green 50 ◦ blue 155

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

Shades of Dark Slate Blue #3A329B

Tints of Dark Slate Blue #3A329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.01%

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

R = 22.05%
G = 19.01%
B = 58.94%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A329B (or 0x3A329B) is known color: Dark Slate Blue. HEX triplet: 3A, 32 and 9B. RGB value is (58,50,155). Sum of RGB (Red+Green+Blue) = 58+50+155=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A329B is #C5CD64. Grayscale: #3F3F3F. Windows color (decimal): -12963173 or 10170938. OLE color: 10170938.

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

Color convert

RGB 58 50 155 -
CMYK 0.63 0.68 0 0.39
HSL 244.57º 0.51% 0.4% -
HSV(B) 244.57º 0.68% 0.61% -
XYZ 8.8 5.55 31.62 -
YUV 64.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 58 50 155 0.63 0.68 0 0.39 244.57 0.51 0.4
Hex 3A 32 9B 3F 44 0 27 F5 33 28
Octal 72 62 233 77 104 0 47 365 63 50
Binary 111010 110010 10011011 111111 1000100 0 100111 11110101 110011 101000

Color Harmonies of #3A329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A329B

Black with #3A329B

Text Example


Text Example

White with #3A329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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