Html Css Color HEX #3A328D Dark Slate Blue

📋 copy color: '#3A328D'

red 58 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #3A328D

Tints of Dark Slate Blue #3A328D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 23.29%
G = 20.08%
B = 56.63%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A328D (or 0x3A328D) is known color: Dark Slate Blue. HEX triplet: 3A, 32 and 8D. RGB value is (58,50,141). Sum of RGB (Red+Green+Blue) = 58+50+141=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #3A328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A328D is #C5CD72. Grayscale: #3E3E3E. Windows color (decimal): -12963187 or 9253434. OLE color: 9253434.

HSL color Cylindrical-coordinate representation of color #3A328D: hue angle of 245.27º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A328D is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 50 141 -
CMYK 0.59 0.65 0 0.45
HSL 245.27º 0.48% 0.37% -
HSV(B) 245.27º 0.65% 0.55% -
XYZ 7.69 5.1 25.78 -
YUV 62.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 58 50 141 0.59 0.65 0 0.45 245.27 0.48 0.37
Hex 3A 32 8D 3B 41 0 2D F5 30 25
Octal 72 62 215 73 101 0 55 365 60 45
Binary 111010 110010 10001101 111011 1000001 0 101101 11110101 110000 100101

Color Harmonies of #3A328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A328D

Black with #3A328D

Text Example


Text Example

White with #3A328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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