Html Css Color HEX #3A298E Dark Slate Blue

📋 copy color: '#3A298E'

red 58 ◦ green 41 ◦ blue 142

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

Shades of Dark Slate Blue #3A298E

Tints of Dark Slate Blue #3A298E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 24.07%
G = 17.01%
B = 58.92%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A298E (or 0x3A298E) is known color: Dark Slate Blue. HEX triplet: 3A, 29 and 8E. RGB value is (58,41,142). Sum of RGB (Red+Green+Blue) = 58+41+142=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A298E is #C5D671. Grayscale: #393939. Windows color (decimal): -12965490 or 9316666. OLE color: 9316666.

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

Color convert

RGB 58 41 142 -
CMYK 0.59 0.71 0 0.44
HSL 250.1º 0.55% 0.36% -
HSV(B) 250.1º 0.71% 0.56% -
XYZ 7.42 4.44 26.06 -
YUV 57.6 175.63 128.29 -
System Red Green Blue C M Y K H S L
Decimal 58 41 142 0.59 0.71 0 0.44 250.1 0.55 0.36
Hex 3A 29 8E 3B 47 0 2C FA 37 24
Octal 72 51 216 73 107 0 54 372 67 44
Binary 111010 101001 10001110 111011 1000111 0 101100 11111010 110111 100100

Color Harmonies of #3A298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A298E

Black with #3A298E

Text Example


Text Example

White with #3A298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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