Html Css Color HEX #3A2892 Dark Slate Blue

📋 copy color: '#3A2892'

red 58 ◦ green 40 ◦ blue 146

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

Shades of Dark Slate Blue #3A2892

Tints of Dark Slate Blue #3A2892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 23.77%
G = 16.39%
B = 59.84%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A2892 (or 0x3A2892) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 92. RGB value is (58,40,146). Sum of RGB (Red+Green+Blue) = 58+40+146=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A2892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2892 is #C5D76D. Grayscale: #393939. Windows color (decimal): -12965742 or 9578554. OLE color: 9578554.

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

Color convert

RGB 58 40 146 -
CMYK 0.60 0.73 0 0.43
HSL 250.19º 0.57% 0.36% -
HSV(B) 250.19º 0.73% 0.57% -
XYZ 7.69 4.49 27.66 -
YUV 57.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 58 40 146 0.60 0.73 0 0.43 250.19 0.57 0.36
Hex 3A 28 92 3C 49 0 2B FA 39 24
Octal 72 50 222 74 111 0 53 372 71 44
Binary 111010 101000 10010010 111100 1001001 0 101011 11111010 111001 100100

Color Harmonies of #3A2892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2892

Black with #3A2892

Text Example


Text Example

White with #3A2892

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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