Html Css Color HEX #3A358A Dark Slate Blue

📋 copy color: '#3A358A'

red 58 ◦ green 53 ◦ blue 138

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

Shades of Dark Slate Blue #3A358A

Tints of Dark Slate Blue #3A358A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 23.29%
G = 21.29%
B = 55.42%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A358A (or 0x3A358A) is known color: Dark Slate Blue. HEX triplet: 3A, 35 and 8A. RGB value is (58,53,138). Sum of RGB (Red+Green+Blue) = 58+53+138=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A358A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A358A is #C5CA75. Grayscale: #3F3F3F. Windows color (decimal): -12962422 or 9057594. OLE color: 9057594.

HSL color Cylindrical-coordinate representation of color #3A358A: hue angle of 243.53º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A358A is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 58 53 138 -
CMYK 0.58 0.62 0 0.46
HSL 243.53º 0.45% 0.37% -
HSV(B) 243.53º 0.62% 0.54% -
XYZ 7.61 5.28 24.66 -
YUV 64.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 58 53 138 0.58 0.62 0 0.46 243.53 0.45 0.37
Hex 3A 35 8A 3A 3E 0 2E F4 2D 25
Octal 72 65 212 72 76 0 56 364 55 45
Binary 111010 110101 10001010 111010 111110 0 101110 11110100 101101 100101

Color Harmonies of #3A358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A358A

Black with #3A358A

Text Example


Text Example

White with #3A358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,53,138); }

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

background-color css

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

 a { background-color: rgb(58,53,138); }

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

border-color css

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

 span { border-color: rgb(58,53,138); }

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