Html Css Color HEX #43306A Minsk

📋 copy color: '#43306A'

red 67 ◦ green 48 ◦ blue 106

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

Shades of Minsk #43306A

Tints of Minsk #43306A

RGB

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

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

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

R = 30.32%
G = 21.72%
B = 47.96%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#43306A (or 0x43306A) is known color: Minsk. HEX triplet: 43, 30 and 6A. RGB value is (67,48,106). Sum of RGB (Red+Green+Blue) = 67+48+106=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 106 - color contains mainly: blue. Hex color #43306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43306A is #BCCF95. Grayscale: #3C3C3C. Windows color (decimal): -12373910 or 6959171. OLE color: 6959171.

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

Color convert

RGB 67 48 106 -
CMYK 0.37 0.55 0 0.58
HSL 259.66º 0.38% 0.3% -
HSV(B) 259.66º 0.55% 0.42% -
XYZ 5.97 4.35 14.16 -
YUV 60.29 153.79 132.78 -
System Red Green Blue C M Y K H S L
Decimal 67 48 106 0.37 0.55 0 0.58 259.66 0.38 0.3
Hex 43 30 6A 25 37 0 3A 104 26 1E
Octal 103 60 152 45 67 0 72 404 46 36
Binary 1000011 110000 1101010 100101 110111 0 111010 100000100 100110 11110

Color Harmonies of #43306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43306A

Black with #43306A

Text Example


Text Example

White with #43306A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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