Html Css Color HEX #3A2889 Dark Slate Blue

📋 copy color: '#3A2889'

red 58 ◦ green 40 ◦ blue 137

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

Shades of Dark Slate Blue #3A2889

Tints of Dark Slate Blue #3A2889

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.02%

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 24.68%
G = 17.02%
B = 58.3%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3A2889 (or 0x3A2889) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 89. RGB value is (58,40,137). Sum of RGB (Red+Green+Blue) = 58+40+137=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A2889 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2889 is #C5D776. Grayscale: #383838. Windows color (decimal): -12965751 or 8988730. OLE color: 8988730.

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

Color convert

RGB 58 40 137 -
CMYK 0.58 0.71 0 0.46
HSL 251.13º 0.55% 0.35% -
HSV(B) 251.13º 0.71% 0.54% -
XYZ 7.02 4.22 24.11 -
YUV 56.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 58 40 137 0.58 0.71 0 0.46 251.13 0.55 0.35
Hex 3A 28 89 3A 47 0 2E FB 37 23
Octal 72 50 211 72 107 0 56 373 67 43
Binary 111010 101000 10001001 111010 1000111 0 101110 11111011 110111 100011

Color Harmonies of #3A2889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2889

Black with #3A2889

Text Example


Text Example

White with #3A2889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,40,137); }

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

background-color css

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

 a { background-color: rgb(58,40,137); }

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

border-color css

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

 span { border-color: rgb(58,40,137); }

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