Html Css Color HEX #43316A Minsk

📋 copy color: '#43316A'

red 67 ◦ green 49 ◦ blue 106

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

Shades of Minsk #43316A

Tints of Minsk #43316A

RGB

 RED value IS 67 (26.56% from 255) = 30.18%

 GREEN value IS 49 (19.53% from 255) = 22.07%

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 30.18%
G = 22.07%
B = 47.75%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43316A (or 0x43316A) is known color: Minsk. HEX triplet: 43, 31 and 6A. RGB value is (67,49,106). Sum of RGB (Red+Green+Blue) = 67+49+106=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #43316A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43316A is #BCCE95. Grayscale: #3C3C3C. Windows color (decimal): -12373654 or 6959427. OLE color: 6959427.

HSL color Cylindrical-coordinate representation of color #43316A: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #43316A is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 67 49 106 -
CMYK 0.37 0.54 0 0.58
HSL 258.95º 0.37% 0.3% -
HSV(B) 258.95º 0.54% 0.42% -
XYZ 6.01 4.43 14.17 -
YUV 60.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 67 49 106 0.37 0.54 0 0.58 258.95 0.37 0.3
Hex 43 31 6A 25 36 0 3A 103 25 1E
Octal 103 61 152 45 66 0 72 403 45 36
Binary 1000011 110001 1101010 100101 110110 0 111010 100000011 100101 11110

Color Harmonies of #43316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43316A

Black with #43316A

Text Example


Text Example

White with #43316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43316A; }

 p { color: rgb(67,49,106); }

 H1.HeaderClassName
 {
   color: #43316A;
 }
 .AnyTagClassName
 {
   color: #43316A;
 }
</style>

background-color css

<style>
 a { background-color: #43316A; }

 a { background-color: rgb(67,49,106); }

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

border-color css

<style>
 span { border-color: #43316A; }

 span { border-color: rgb(67,49,106); }

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