Html Css Color HEX #3A2990 Dark Slate Blue

📋 copy color: '#3A2990'

red 58 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #3A2990

Tints of Dark Slate Blue #3A2990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 144 (56.64% from 255) = 59.26%

R = 23.87%
G = 16.87%
B = 59.26%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A2990 (or 0x3A2990) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 90. RGB value is (58,41,144). Sum of RGB (Red+Green+Blue) = 58+41+144=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A2990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2990 is #C5D66F. Grayscale: #393939. Windows color (decimal): -12965488 or 9447738. OLE color: 9447738.

HSL color Cylindrical-coordinate representation of color #3A2990: hue angle of 249.9º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2990 is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 41 144 -
CMYK 0.60 0.72 0 0.44
HSL 249.9º 0.56% 0.36% -
HSV(B) 249.9º 0.72% 0.56% -
XYZ 7.57 4.5 26.85 -
YUV 57.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 58 41 144 0.60 0.72 0 0.44 249.9 0.56 0.36
Hex 3A 29 90 3C 48 0 2C FA 38 24
Octal 72 51 220 74 110 0 54 372 70 44
Binary 111010 101001 10010000 111100 1001000 0 101100 11111010 111000 100100

Color Harmonies of #3A2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2990

Black with #3A2990

Text Example


Text Example

White with #3A2990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,41,144); }

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

background-color css

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

 a { background-color: rgb(58,41,144); }

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

border-color css

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

 span { border-color: rgb(58,41,144); }

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