Html Css Color HEX #3A2793 Dark Slate Blue

📋 copy color: '#3A2793'

red 58 ◦ green 39 ◦ blue 147

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

Shades of Dark Slate Blue #3A2793

Tints of Dark Slate Blue #3A2793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.98%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 23.77%
G = 15.98%
B = 60.25%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2793 (or 0x3A2793) is known color: Dark Slate Blue. HEX triplet: 3A, 27 and 93. RGB value is (58,39,147). Sum of RGB (Red+Green+Blue) = 58+39+147=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A2793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2793 is #C5D86C. Grayscale: #383838. Windows color (decimal): -12965997 or 9643834. OLE color: 9643834.

HSL color Cylindrical-coordinate representation of color #3A2793: hue angle of 250.56º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2793 is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 39 147 -
CMYK 0.61 0.73 0 0.42
HSL 250.56º 0.58% 0.36% -
HSV(B) 250.56º 0.73% 0.58% -
XYZ 7.74 4.46 28.06 -
YUV 56.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 58 39 147 0.61 0.73 0 0.42 250.56 0.58 0.36
Hex 3A 27 93 3D 49 0 2A FB 3A 24
Octal 72 47 223 75 111 0 52 373 72 44
Binary 111010 100111 10010011 111101 1001001 0 101010 11111011 111010 100100

Color Harmonies of #3A2793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2793

Black with #3A2793

Text Example


Text Example

White with #3A2793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,39,147); }

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

background-color css

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

 a { background-color: rgb(58,39,147); }

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

border-color css

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

 span { border-color: rgb(58,39,147); }

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