Html Css Color HEX #3A2B71 Minsk

📋 copy color: '#3A2B71'

red 58 ◦ green 43 ◦ blue 113

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

Shades of Minsk #3A2B71

Tints of Minsk #3A2B71

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.09%

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

R = 27.1%
G = 20.09%
B = 52.8%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A2B71 (or 0x3A2B71) is known color: Minsk. HEX triplet: 3A, 2B and 71. RGB value is (58,43,113). Sum of RGB (Red+Green+Blue) = 58+43+113=214 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.10% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A2B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2B71 is #C5D48E. Grayscale: #373737. Windows color (decimal): -12965007 or 7416634. OLE color: 7416634.

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

Color convert

RGB 58 43 113 -
CMYK 0.49 0.62 0 0.56
HSL 252.86º 0.45% 0.31% -
HSV(B) 252.86º 0.62% 0.44% -
XYZ 5.59 3.82 16.07 -
YUV 55.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 58 43 113 0.49 0.62 0 0.56 252.86 0.45 0.31
Hex 3A 2B 71 31 3E 0 38 FD 2D 1F
Octal 72 53 161 61 76 0 70 375 55 37
Binary 111010 101011 1110001 110001 111110 0 111000 11111101 101101 11111

Color Harmonies of #3A2B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2B71

Black with #3A2B71

Text Example


Text Example

White with #3A2B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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