Html Css Color HEX #3A309D Dark Slate Blue

📋 copy color: '#3A309D'

red 58 ◦ green 48 ◦ blue 157

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

Shades of Dark Slate Blue #3A309D

Tints of Dark Slate Blue #3A309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.25%

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 22.05%
G = 18.25%
B = 59.7%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A309D (or 0x3A309D) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 9D. RGB value is (58,48,157). Sum of RGB (Red+Green+Blue) = 58+48+157=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A309D is #C5CF62. Grayscale: #3E3E3E. Windows color (decimal): -12963683 or 10301498. OLE color: 10301498.

HSL color Cylindrical-coordinate representation of color #3A309D: hue angle of 245.5º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A309D is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 48 157 -
CMYK 0.63 0.69 0 0.38
HSL 245.5º 0.53% 0.4% -
HSV(B) 245.5º 0.69% 0.62% -
XYZ 8.89 5.45 32.48 -
YUV 63.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 58 48 157 0.63 0.69 0 0.38 245.5 0.53 0.4
Hex 3A 30 9D 3F 45 0 26 F6 35 28
Octal 72 60 235 77 105 0 46 366 65 50
Binary 111010 110000 10011101 111111 1000101 0 100110 11110110 110101 101000

Color Harmonies of #3A309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A309D

Black with #3A309D

Text Example


Text Example

White with #3A309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,157); }

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

background-color css

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

 a { background-color: rgb(58,48,157); }

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

border-color css

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

 span { border-color: rgb(58,48,157); }

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