Html Css Color HEX #3A3071 Minsk

📋 copy color: '#3A3071'

red 58 ◦ green 48 ◦ blue 113

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

Shades of Minsk #3A3071

Tints of Minsk #3A3071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.92%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 26.48%
G = 21.92%
B = 51.6%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A3071 (or 0x3A3071) is known color: Minsk. HEX triplet: 3A, 30 and 71. RGB value is (58,48,113). Sum of RGB (Red+Green+Blue) = 58+48+113=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A3071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3071 is #C5CF8E. Grayscale: #3A3A3A. Windows color (decimal): -12963727 or 7417914. OLE color: 7417914.

HSL color Cylindrical-coordinate representation of color #3A3071: hue angle of 249.23º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A3071 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 48 113 -
CMYK 0.49 0.58 0 0.56
HSL 249.23º 0.4% 0.32% -
HSV(B) 249.23º 0.58% 0.44% -
XYZ 5.78 4.21 16.13 -
YUV 58.4 158.81 127.71 -
System Red Green Blue C M Y K H S L
Decimal 58 48 113 0.49 0.58 0 0.56 249.23 0.4 0.32
Hex 3A 30 71 31 3A 0 38 F9 28 20
Octal 72 60 161 61 72 0 70 371 50 40
Binary 111010 110000 1110001 110001 111010 0 111000 11111001 101000 100000

Color Harmonies of #3A3071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3071

Black with #3A3071

Text Example


Text Example

White with #3A3071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,48,113); }

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

background-color css

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

 a { background-color: rgb(58,48,113); }

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

border-color css

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

 span { border-color: rgb(58,48,113); }

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